frontend restructured

This commit is contained in:
realaravinth
2021-04-05 17:26:58 +05:30
parent 2ce8a46a3f
commit 312d02a41d
20 changed files with 594 additions and 13 deletions

View File

@@ -26,8 +26,8 @@ module.exports = merge(common, {
},
}),
new HtmlWebpackPlugin({
filename: 'signup/index.html', // output filename
template: path.resolve(__dirname, 'output/signup/', 'index.html'),
filename: 'register/index.html', // output filename
template: path.resolve(__dirname, 'output/register/', 'index.html'),
minify: {
removeAttributeQuotes: true,
collapseWhitespace: true,