Skip to content

Commit cd96602

Browse files
evilebottnawiAndrew Luca
authored and
Andrew Luca
committed
Merge branch 'master' into contentBasePrependPublic
2 parents 1a69983 + bd6783a commit cd96602

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

lib/utils/normalizeOptions.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ function normalizeOptions(compiler, options) {
1010
options.contentBase !== undefined ? options.contentBase : process.cwd();
1111

1212
// Setup default value
13-
options.contentBasePublicPath =
14-
options.contentBasePublicPath !== undefined
15-
? options.contentBasePublicPath
16-
: '/';
13+
options.contentBasePublicPath = options.contentBasePublicPath || '/';
1714

1815
// normalize transportMode option
1916
if (options.transportMode === undefined) {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"html-webpack-plugin": "^3.2.0",
9494
"husky": "^3.1.0",
9595
"jest": "^24.9.0",
96-
"jest-junit": "^9.0.0",
96+
"jest-junit": "^10.0.0",
9797
"jquery": "^3.4.1",
9898
"less": "^3.10.3",
9999
"less-loader": "^5.0.0",

0 commit comments

Comments
 (0)