Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information