Skip to content

Commit c04bc48

Browse files
committed
fix tap naming
1 parent 9fcaa24 commit c04bc48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/dependencies/ImportMetaContextDependencyParserPlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module.exports = class ImportMetaContextDependencyParserPlugin {
3838
apply(parser) {
3939
parser.hooks.evaluateIdentifier
4040
.for("import.meta.webpackContext")
41-
.tap("HotModuleReplacementPlugin", expr => {
41+
.tap("ImportMetaContextDependencyParserPlugin", expr => {
4242
return evaluateToIdentifier(
4343
"import.meta.webpackContext",
4444
"import.meta",

0 commit comments

Comments
 (0)