aboutsummaryrefslogtreecommitdiff
path: root/vnext/webpack.config.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-05-04 21:13:12 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:54 +0300
commitf470636a70943a8ecad8bddc791a1c2dddd28e1e (patch)
treec43d109d88adbde9a696084070cdd92c6b9a004b /vnext/webpack.config.js
parent3d7d213e3ddc5bf4f71d536f31677b768aa3b7c0 (diff)
Components -> UI
Diffstat (limited to 'vnext/webpack.config.js')
-rw-r--r--vnext/webpack.config.js2
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()