mirror of
https://github.com/FJurmanovic/wallet-web.git
synced 2026-02-06 06:08:10 +00:00
fixed element names
This commit is contained in:
@@ -54,9 +54,15 @@ module.exports = (env, args) => {
|
||||
maxSize: 400000
|
||||
},
|
||||
}
|
||||
},
|
||||
minimize: true,
|
||||
minimizer: [new TerserPlugin(), new UglifyJsPlugin()],
|
||||
},
|
||||
minimizer: [
|
||||
new UglifyJsPlugin({
|
||||
uglifyOptions: {
|
||||
keep_classnames: true,
|
||||
keep_fnames: true,
|
||||
}
|
||||
})
|
||||
]
|
||||
},
|
||||
output: {
|
||||
path: path.join(__dirname, 'public'),
|
||||
|
||||
Reference in New Issue
Block a user