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: { webpack: {
mode: "production", mode: "production",
optimization: {
mangle: false
},
resolve: { resolve: {
// Add `.ts` and `.tsx` as a resolvable extension. // Add `.ts` and `.tsx` as a resolvable extension.
extensions: [".ts", ".tsx", ".js"], extensions: [".ts", ".tsx", ".js"],