mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-09-27 20:14:53 +02:00
fix: webpack build error, restrict space in public username
This commit is contained in:
@@ -64,7 +64,7 @@ module.exports = {
|
||||
: [])
|
||||
],
|
||||
optimization: {
|
||||
minimize: isProduction,
|
||||
minimize: isProduction ? true : false,
|
||||
minimizer: [new TerserPlugin()]
|
||||
},
|
||||
devtool: isProduction ? "source-map" : "inline-source-map"
|
||||
|
||||
Reference in New Issue
Block a user