unnecessary content base array

This commit is contained in:
Jeff Colombo 2019-03-18 18:40:26 -04:00
parent 1840db6ec7
commit 5fe3cd98c1

View File

@ -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,