diff --git a/config/webpack.config.dev.js b/config/webpack.config.dev.js index 6922179..ca13cfb 100644 --- a/config/webpack.config.dev.js +++ b/config/webpack.config.dev.js @@ -45,7 +45,7 @@ webpackConfig = merge(webpackConfig, { }, plugins: [ new HtmlPlugin({ - template: "src/templates/Index.html", + template: "src/templates/Create.html", chunksSortMode: "dependency" }) ]