1.0.3 • Published 3 years ago

jin-md-loader v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

jin-md-loader v1.0.0

The jin-md-loader library exported as Node.js modules.

Installation

Using npm:

$ npm i -g npm
$ npm i --save jin-md-loader

In Node.js:

// Load
// const JinMdLoader = require('jin-md-loader');

webpack.config.js

 module.exports = {  
     module: {    
         rules: [      
             {
                test: /\.md$/i,
                use: [
                   "jin-md-loader"
                ]
              }   
         ],  
     }, 
 };

I'm a rookie and gaining experience......