Skip to content

Commit 555dc93

Browse files
committed
fix: context should be undefined instead of null
loaderUtils.interpolateName breaks if it passes null to path.relative
1 parent 9c3571c commit 555dc93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ function getModulesPlugins(options, loaderContext) {
120120
mode: 'local',
121121
localIdentName: '[hash:base64]',
122122
getLocalIdent,
123-
context: null,
124123
hashPrefix: '',
125124
localIdentRegExp: null,
126125
};

0 commit comments

Comments
 (0)