1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-11-26 00:35:02 +03:00
mdx-deck/packages/html-plugin
Brent Jackson a13b86389c v2.0.0-9
2019-03-10 18:43:22 -04:00
..
index.js Add syntax-highligher themes 2019-03-03 14:19:29 -05:00
package.json v2.0.0-9 2019-03-10 18:43:22 -04:00
README.md Reorganize modules 2019-03-02 15:17:14 -05:00

@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()],
}