From 6069b810758ea1acd35066f0c2f8a8b738e8cf16 Mon Sep 17 00:00:00 2001 From: abhijithvijayan <34790378+abhijithvijayan@users.noreply.github.com> Date: Fri, 25 Oct 2019 14:02:35 +0530 Subject: [PATCH] set contentBase for webpack-dev-server --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index c9b6189..2e7a2f0 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -94,6 +94,6 @@ module.exports = { optimization: {}, devServer: { - open: true, + contentBase: path.join(__dirname, 'extension'), }, };