You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/utils.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -372,7 +372,7 @@ function defaultGetLocalIdent(
372
372
.replace(/[/+]/g,"_")
373
373
.replace(/^\d/g,"_");
374
374
375
-
// TODO need improve on webpack side, we should allow to pass hash/contentHash without chunk property
375
+
// TODO need improve on webpack side, we should allow to pass hash/contentHash without chunk property, also `data` for `getPath` should be looks good without chunk property
0 commit comments