Skip to content
Snippets Groups Projects
Commit 38023e00 authored by Yehor Potebenko's avatar Yehor Potebenko
Browse files

fix: st up correct routes display

parent 28b94f7a
No related branches found
No related tags found
Loading
...@@ -27,6 +27,7 @@ function useWebpackPlugins() { ...@@ -27,6 +27,7 @@ function useWebpackPlugins() {
const base = [ const base = [
new HtmlWebpackPlugin({ new HtmlWebpackPlugin({
template: './pages/login/index.html', template: './pages/login/index.html',
filename: 'index.html',
minify: { minify: {
collapseWhitespace: prodMode, collapseWhitespace: prodMode,
}, },
...@@ -34,7 +35,7 @@ function useWebpackPlugins() { ...@@ -34,7 +35,7 @@ function useWebpackPlugins() {
}), }),
new HtmlWebpackPlugin({ new HtmlWebpackPlugin({
template: './pages/main/index.html', template: './pages/main/index.html',
filename: 'login.html', filename: 'main.html',
minify: { minify: {
collapseWhitespace: prodMode, collapseWhitespace: prodMode,
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment