Files
mooknote_web/node_modules/html-webpack-plugin/lib/hooks.js
DelLevin-Home a4a326401e 1
2026-03-10 22:06:32 +08:00

8 lines
191 B
JavaScript

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