js-markdown-loader

1.0.2 • Public • Published

js-markdown-loader

NPM Version License

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

Package Sidebar

Install

npm i js-markdown-loader

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

5.6 kB

Total Files

4

Last publish

Collaborators

  • fatalxiao