WXL
3 天以前 3bd962a6d7f61239c020e2dbbeb7341e5b842dd1
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}
    */