js-markdown-loader
v1.0.2
Published
Webpack loader for js-markdown.
Downloads
6
Readme
js-markdown-loader
Webpack Markdown loader for js-markdown.
Installation
NPM
$ npm install js-markdown-loader --save-dev
Usage
webpack.config.js
{
// ...
module: {
rules: [{
test: /\.md/,
loader: 'js-markdown-loader'
}]
}
// ...
};
License
This project is licensed under the terms of the MIT license