fix/ webpack template path
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user