Skip to content

Commit 518b66b

Browse files
committed
fix/ webpack template path
1 parent d2c253f commit 518b66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function getPlugins() {
128128
plugins.push(new NamedLazyChunksWebpackPlugin());
129129

130130
plugins.push(new HtmlWebpackPlugin({
131-
"template": "./src\\index.html",
131+
"template": "./src/index.html",
132132
"filename": "./index.html",
133133
"hash": false,
134134
"inject": true,

0 commit comments

Comments
 (0)