We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0de52b2 commit 2cae59dCopy full SHA for 2cae59d
bin/webpack-dev-server.js
@@ -184,7 +184,7 @@ function processOptions(wpOpt) {
184
if(!options.clientLogLevel)
185
options.clientLogLevel = argv["client-log-level"];
186
187
- if(argv["content-base"]) {
+ if(!options.contentBase && argv["content-base"]) {
188
options.contentBase = argv["content-base"];
189
if(/^[0-9]$/.test(options.contentBase))
190
options.contentBase = +options.contentBase;
0 commit comments