Commit 8c071b5
committed
feat(build): enhance code obfuscation in minification process
- Enable top-level symbol mangling
- Add property name mangling with selective rules
- Preserve 'parseTemplateString' function name and quoted properties
This change increases code protection while maintaining the public API.
The resulting minified file should be significantly smaller and harder
to reverse-engineer, without affecting its functionality.1 parent c079d75 commit 8c071b5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments