1.0.2 • Published 3 years ago

js-markdown-loader v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
3 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

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.4

5 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago