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 */