mirror of
https://github.com/jxnblk/mdx-deck.git
synced 2024-11-26 00:35:02 +03:00
.. | ||
index.js | ||
package.json | ||
README.md |
@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()],
}