md-html-webpack-plugin

1.0.0 • Public • Published

md-html-webpack-plugin

Use

const MarkdownToHtmlPlugin = require('md-html-webpack-plugin')
 
module.exports = {
  entry: 'index.js',
 
  output: {
    path: __dirname + '/dist',
    filename: 'index_bundle.js'
  },
 
  plugins: [
    new MarkdownToHtmlPlugin({
      input: 'CHANGELOG.md',
      output: 'static/CHANGELOG.html'
    })
  ]
}

Dependents (0)

Package Sidebar

Install

npm i md-html-webpack-plugin

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

1.46 kB

Total Files

3

Last publish

Collaborators

  • zowiegong