@mdx-deck/webpack-html-plugin
v2.5.0
Published
Webpack plugin for generating HTML
Readme
@mdx-deck/webpack-html-plugin
Webpack plugin for generating HTML
npm i @mdx-deck/webpack-html-plugin// webpack.config.js
const HTMLPlugin = require('@mdx-deck/webpack-html-plugin')
module.exports = {
plugins: [new HTMLPlugin()],
}