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 f235ddc commit 4b07636Copy full SHA for 4b07636
bin/webpack-dev-server.js
@@ -190,10 +190,6 @@ function processOptions(wpOpt) {
190
options.contentBase = +options.contentBase;
191
else if(!/^(https?:)?\/\//.test(options.contentBase))
192
options.contentBase = path.resolve(options.contentBase);
193
- } else if(argv["content-base-target"]) {
194
- options.contentBase = {
195
- target: argv["content-base-target"]
196
- };
197
// It is possible to disable the contentBase by using `--no-content-base`, which results in arg["content-base"] = false
198
} else if(argv["content-base"] !== false) {
199
options.contentBase = process.cwd();
0 commit comments