fix/ webpack template path

This commit is contained in:
Maxime GRIS
2017-11-19 01:08:28 +01:00
parent d2c253f205
commit 518b66b16c

View File

@@ -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,