Created
April 13, 2020 21:22
-
-
Save daKmoR/e1755125d4f90ea572c2adc355285a18 to your computer and use it in GitHub Desktop.
Markdium-Introducing mdjs - interactive demos everywhere
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const { mdjsTransformer } = require('@mdjs/core'); | |
module.exports = { | |
nodeResolve: true, | |
open: 'README.md', | |
watch: true, | |
responseTransformers: [mdjsTransformer], | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment