UNPKG

html-webpack-plugin

Version:

Simplifies creation of HTML files to serve your webpack bundles

8 lines (6 loc) 191 B
// TODO remove in the next major release const plugin = require("../index"); module.exports = { getHtmlWebpackPluginHooks: (compilation) => plugin.getCompilationHooks(compilation), };