diff options
Diffstat (limited to 'vnext/webpack.config.js')
-rw-r--r-- | vnext/webpack.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/webpack.config.js b/vnext/webpack.config.js index b8209023..0645cda4 100644 --- a/vnext/webpack.config.js +++ b/vnext/webpack.config.js @@ -83,7 +83,7 @@ module.exports = (env, argv) => { allChunks: true }), new HtmlWebPackPlugin({ - template: './src/views/index.html', + template: './src/index.html', filename: './index.html' }), new ErrorOverlayPlugin() |