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