Skip to content

Commit

Permalink
chore: disable mangle
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Dec 7, 2024
1 parent 0bd667d commit 7f38719
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app.webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -956,14 +956,6 @@ module.exports = (env, params = {}) => {
comments: false,
semicolons: !isAnySourceMapEnabled
},
mangle: isAndroid
? {
properties: {
reserved: ['__metadata'],
regex: /^(m[A-Z])/
}
}
: true,
compress: {
booleans_as_integers: false,
// The Android SBG has problems parsing the output
Expand Down

0 comments on commit 7f38719

Please sign in to comment.