We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fbe44c commit 4b3beb2Copy full SHA for 4b3beb2
packages/sdk/browser/tsup.config.ts
@@ -21,6 +21,7 @@ export default defineConfig({
21
// So start of line followed by a character that isn't followed by m or underscore, but we
22
// want other things that do start with m, so we need to progressively handle more characters
23
// of meta with exclusions.
24
+ // eslint-disable-next-line no-param-reassign
25
opts.mangleProps = /^_([^m|_]|m[^e]|me[^t]|met[^a])/;
26
},
27
});
0 commit comments