From cbfd7506a6409eb32d11054c85979659284d07f4 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Sun, 2 Jun 2019 00:16:37 +0200 Subject: [PATCH] Updated webpack config to be use inline mode for dev server. This way it wont iframe and we are able to set document title. --- webpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.config.js b/webpack.config.js index ccf0ea2..1af5d68 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -45,6 +45,7 @@ module.exports = { }, devServer: { historyApiFallback: true, + inline: true, noInfo: true }, performance: {