1.0.2 • Published 5 years ago

js-markdown-loader v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.1.4

6 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago