Skip to content

Commit

Permalink
fix/ webpack template path
Browse files Browse the repository at this point in the history
  • Loading branch information
maximegris committed Nov 19, 2017
1 parent d2c253f commit 518b66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 518b66b

Please sign in to comment.