try mangle

This commit is contained in:
weboko 2023-02-08 21:29:06 +01:00
parent bf9c137892
commit 2ec5928aed
No known key found for this signature in database

View File

@ -36,6 +36,9 @@ module.exports = function (config) {
},
webpack: {
mode: "production",
optimization: {
mangle: false
},
resolve: {
// Add `.ts` and `.tsx` as a resolvable extension.
extensions: [".ts", ".tsx", ".js"],