Skip to content

Commit 8c7e0c0

Browse files
test: fix
1 parent 25d2d31 commit 8c7e0c0

File tree

5 files changed

+39
-39
lines changed

5 files changed

+39
-39
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"less-loader": "^6.2.0",
7979
"lint-staged": "^10.2.11",
8080
"memfs": "^3.2.0",
81-
"mini-css-extract-plugin": "^0.9.0",
81+
"mini-css-extract-plugin": "^0.10.0",
8282
"npm-run-all": "^4.1.5",
8383
"postcss-loader": "^3.0.0",
8484
"postcss-preset-env": "^6.7.0",

src/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ function normalizeSourceMapForRuntime(map, loaderContext) {
414414
path.relative(loaderContext.rootContext, absoluteSource)
415415
);
416416

417-
return `webpack:///${contextifyPath}`;
417+
return `webpack://${contextifyPath}`;
418418
});
419419
}
420420

0 commit comments

Comments
 (0)