From 5fe3cd98c16e95ae03c0b8d1bb8a0787e94d87e2 Mon Sep 17 00:00:00 2001 From: Jeff Colombo Date: Mon, 18 Mar 2019 18:40:26 -0400 Subject: [PATCH] unnecessary content base array --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index f63234a..1f30b00 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -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,