multiple-html-webpack-plugin
v1.0.2
Published
Multiple-html-webpack-plugin
Downloads
9
Readme
How to use
webpack.config.js
...
const MultipleHtmlWebpackPlugin = require('multiple-html-webpack-plugin');
...
let config = {
...
}
new MultipleHtmlWebpackPlugin({
plugins: config.plugins,
test: './src/tpl/*.tpl.html'
});
// Export Module
module.exports = config;Options
plugins [Array]
Reference to your WebPack plugins variable
test [string (dir path)]
Path with RegExp for your html files
