File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const config: webpack.Configuration = {
21
21
"Access-Control-Allow-Origin" : "*" ,
22
22
} ,
23
23
historyApiFallback : {
24
- index : "index.html" ,
24
+ index : "html_templates/ index.html" ,
25
25
} ,
26
26
hot : true ,
27
27
proxy : {
@@ -34,7 +34,7 @@ const config: webpack.Configuration = {
34
34
new HtmlWebpackPlugin ( {
35
35
title : "Custom template" ,
36
36
// Load a custom template (lodash by default)
37
- template : "index.html" ,
37
+ template : "html_templates/ index.html" ,
38
38
inject : "body" ,
39
39
hash : true ,
40
40
} ) ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ const config: webpack.Configuration = {
23
23
new HtmlWebpackPlugin ( {
24
24
title : "Custom template" ,
25
25
// Load a custom template (lodash by default)
26
- template : "index.html" ,
26
+ template : "html_templates/ index.html" ,
27
27
inject : "body" ,
28
28
} ) ,
29
29
] ,
You can’t perform that action at this time.
0 commit comments