mirror of
https://github.com/jxnblk/mdx-deck.git
synced 2024-12-01 21:42:08 +03:00
260 B
260 B
@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()],
}