mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-12 02:25:41 +00:00
frontend restructured
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user