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 9fcaa24 commit c04bc48Copy full SHA for c04bc48
1 file changed
lib/dependencies/ImportMetaContextDependencyParserPlugin.js
@@ -38,7 +38,7 @@ module.exports = class ImportMetaContextDependencyParserPlugin {
38
apply(parser) {
39
parser.hooks.evaluateIdentifier
40
.for("import.meta.webpackContext")
41
- .tap("HotModuleReplacementPlugin", expr => {
+ .tap("ImportMetaContextDependencyParserPlugin", expr => {
42
return evaluateToIdentifier(
43
"import.meta.webpackContext",
44
"import.meta",
0 commit comments