From 518b66b16ca0744c625abe26379064bafcd7ba98 Mon Sep 17 00:00:00 2001 From: Maxime GRIS Date: Sun, 19 Nov 2017 01:08:28 +0100 Subject: [PATCH] fix/ webpack template path --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 7fab64eb0..969cdbd95 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -128,7 +128,7 @@ function getPlugins() { plugins.push(new NamedLazyChunksWebpackPlugin()); plugins.push(new HtmlWebpackPlugin({ - "template": "./src\\index.html", + "template": "./src/index.html", "filename": "./index.html", "hash": false, "inject": true,