node_modules/webpack/lib/FlagAllModulesAsUsedPlugin.js
@@ -14,6 +14,7 @@ const PLUGIN_NAME = "FlagAllModulesAsUsedPlugin"; class FlagAllModulesAsUsedPlugin { /** * Creates an instance of FlagAllModulesAsUsedPlugin. * @param {string} explanation explanation */ constructor(explanation) { @@ -21,7 +22,7 @@ } /** * Apply the plugin * Applies the plugin by registering its hooks on the compiler. * @param {Compiler} compiler the compiler instance * @returns {void} */