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

fix: set up corrct routes display

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