Dev config should also use create template.
This commit is contained in:
@@ -45,7 +45,7 @@ webpackConfig = merge(webpackConfig, {
|
|||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
new HtmlPlugin({
|
new HtmlPlugin({
|
||||||
template: "src/templates/Index.html",
|
template: "src/templates/Create.html",
|
||||||
chunksSortMode: "dependency"
|
chunksSortMode: "dependency"
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user