UNPKG

html-bundler-webpack-plugin

Version:

Generates complete single-page or multi-page website from source assets. Built-in support for Markdown, Eta, EJS, Handlebars, Nunjucks, Pug. Alternative to html-webpack-plugin.

9 lines (8 loc) 278 B
module.exports = { // plugin name, must be same as node module name pluginName: 'html-bundler-webpack-plugin', // label in terminal output from plugin pluginLabel: 'HTML Bundler Plugin', // label in terminal output from loader loaderLabel: 'HTML Bundler Loader', };