fix/ webpack template path
This commit is contained in:
@@ -128,7 +128,7 @@ function getPlugins() {
|
|||||||
plugins.push(new NamedLazyChunksWebpackPlugin());
|
plugins.push(new NamedLazyChunksWebpackPlugin());
|
||||||
|
|
||||||
plugins.push(new HtmlWebpackPlugin({
|
plugins.push(new HtmlWebpackPlugin({
|
||||||
"template": "./src\\index.html",
|
"template": "./src/index.html",
|
||||||
"filename": "./index.html",
|
"filename": "./index.html",
|
||||||
"hash": false,
|
"hash": false,
|
||||||
"inject": true,
|
"inject": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user