WXL
4 天以前 2cc85c64f1c64a2dbaeae276a3e2ca8420de76b7
node_modules/webpack/lib/UseStrictPlugin.js
@@ -23,7 +23,7 @@
class UseStrictPlugin {
   /**
    * Apply the plugin
    * Applies the plugin by registering its hooks on the compiler.
    * @param {Compiler} compiler the compiler instance
    * @returns {void}
    */
@@ -32,6 +32,7 @@
         PLUGIN_NAME,
         (compilation, { normalModuleFactory }) => {
            /**
             * Handles the hook callback for this code path.
             * @param {JavascriptParser} parser the parser
             * @param {JavascriptParserOptions} parserOptions the javascript parser options
             */