mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-06 07:38:25 -04:00
8 lines
191 B
JavaScript
8 lines
191 B
JavaScript
|
|
// TODO remove in the next major release
|
||
|
|
const plugin = require("../index");
|
||
|
|
|
||
|
|
module.exports = {
|
||
|
|
getHtmlWebpackPluginHooks: (compilation) =>
|
||
|
|
plugin.getCompilationHooks(compilation),
|
||
|
|
};
|