Skip to content

Commit 4b07636

Browse files
committed
Remove leftover from the removed contentBase as a proxy feature
Ref #582
1 parent f235ddc commit 4b07636

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bin/webpack-dev-server.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,6 @@ function processOptions(wpOpt) {
190190
options.contentBase = +options.contentBase;
191191
else if(!/^(https?:)?\/\//.test(options.contentBase))
192192
options.contentBase = path.resolve(options.contentBase);
193-
} else if(argv["content-base-target"]) {
194-
options.contentBase = {
195-
target: argv["content-base-target"]
196-
};
197193
// It is possible to disable the contentBase by using `--no-content-base`, which results in arg["content-base"] = false
198194
} else if(argv["content-base"] !== false) {
199195
options.contentBase = process.cwd();

0 commit comments

Comments
 (0)