diff --git a/webpack.config.js b/webpack.config.js index faefeba..2a56dc0 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -59,7 +59,7 @@ module.exports = { devServer: { contentBase: './', historyApiFallback: true, - https: true, + https: false, port: 3000, }, devtool: devTool,