unnecessary content base array
This commit is contained in:
parent
1840db6ec7
commit
5fe3cd98c1
@ -34,7 +34,7 @@ module.exports = function (env) {
|
||||
return {
|
||||
devServer: {
|
||||
publicPath: '/' + options.outputDirectory + '/',
|
||||
contentBase: [path.resolve(__dirname), path.resolve(__dirname, options.outputDirectory)],
|
||||
contentBase: path.resolve(__dirname),
|
||||
historyApiFallback: true,
|
||||
// watchContentBase: true,
|
||||
writeToDisk: true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user