Skip to content

Commit 13f236d

Browse files
test: source maps and contenthash (#1171)
1 parent fb5c53d commit 13f236d

File tree

6 files changed

+396
-441
lines changed

6 files changed

+396
-441
lines changed

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
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",
@@ -91,7 +91,7 @@
9191
"stylus": "^0.54.8",
9292
"stylus-loader": "^3.0.2",
9393
"url-loader": "^4.1.0",
94-
"webpack": "^4.44.0"
94+
"webpack": "^4.44.1"
9595
},
9696
"keywords": [
9797
"webpack",

src/utils.js

+1-1
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)