panel layout

This commit is contained in:
realaravinth
2021-04-06 21:34:11 +05:30
parent 312d02a41d
commit 36e64e399e
18 changed files with 694 additions and 265 deletions

View File

@@ -37,6 +37,11 @@ module.exports = merge(common, {
new HtmlWebpackPlugin({
filename: 'panel/index.html',
template: './output/panel/index.html',
minify: {
removeAttributeQuotes: true,
collapseWhitespace: true,
removeComments: true,
}
}),
],
},