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