We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dccd862 commit 4f591b6Copy full SHA for 4f591b6
lib/dependencies/CommonJsRequireDependencyParserPlugin.js
@@ -121,10 +121,16 @@ class CommonJsRequireDependencyParserPlugin {
121
};
122
parser.hooks.call
123
.for("require")
124
- .tap("CommonJsRequireDependencyParserPlugin", createHandler({ callNew: false }));
+ .tap(
125
+ "CommonJsRequireDependencyParserPlugin",
126
+ createHandler({ callNew: false })
127
+ );
128
parser.hooks.new
129
130
131
132
133
134
}
135
136
module.exports = CommonJsRequireDependencyParserPlugin;
0 commit comments