diff options
author | Vitaly Takmazov | 2019-05-04 21:13:12 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | f470636a70943a8ecad8bddc791a1c2dddd28e1e (patch) | |
tree | c43d109d88adbde9a696084070cdd92c6b9a004b /vnext/webpack.config.js | |
parent | 3d7d213e3ddc5bf4f71d536f31677b768aa3b7c0 (diff) |
Components -> UI
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() |