render-md-loader

1.0.0 • Public • Published

render-md-loader

The render-md-loader interprets @import and url() like import/require() and will resolve them.

Getting Started

To begin, you'll need to install render-md-loader:

npm install --save-dev render-md-loader

Then add the plugin to your webpack config. For example:

webpack.config.js

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

Readme

Keywords

Package Sidebar

Install

npm i render-md-loader

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

1.91 kB

Total Files

3

Last publish

Collaborators

  • chenyh123456