first commit
This commit is contained in:
7
app_vue/node_modules/html-webpack-plugin/lib/hooks.js
generated
vendored
Normal file
7
app_vue/node_modules/html-webpack-plugin/lib/hooks.js
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
// TODO remove in the next major release
|
||||
const plugin = require("../index");
|
||||
|
||||
module.exports = {
|
||||
getHtmlWebpackPluginHooks: (compilation) =>
|
||||
plugin.getCompilationHooks(compilation),
|
||||
};
|
Reference in New Issue
Block a user