Skip to content

Commit

Permalink
Merge branch 'master' into contentBasePrependPublic
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi authored and iamandrewluca committed Dec 4, 2019
2 parents 1a69983 + bd6783a commit cd96602
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
5 changes: 1 addition & 4 deletions lib/utils/normalizeOptions.js
Expand Up @@ -10,10 +10,7 @@ function normalizeOptions(compiler, options) {
options.contentBase !== undefined ? options.contentBase : process.cwd();

// Setup default value
options.contentBasePublicPath =
options.contentBasePublicPath !== undefined
? options.contentBasePublicPath
: '/';
options.contentBasePublicPath = options.contentBasePublicPath || '/';

// normalize transportMode option
if (options.transportMode === undefined) {
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -93,7 +93,7 @@
"html-webpack-plugin": "^3.2.0",
"husky": "^3.1.0",
"jest": "^24.9.0",
"jest-junit": "^9.0.0",
"jest-junit": "^10.0.0",
"jquery": "^3.4.1",
"less": "^3.10.3",
"less-loader": "^5.0.0",
Expand Down

0 comments on commit cd96602

Please sign in to comment.