# 定义项目特定的混淆规则。
# 您可以在当前模块的 build-profile.json5 中包含混淆配置文件。
#
#有关详细信息,请参阅
# 开发者文档
# 混淆选项:
# -disable-obfuscation: 禁用所有混淆
# -enable-property-obfuscation: 混淆属性名称
# -enable-toplevel-obfuscation: 混淆全局作用域中的名称
# -compact: remove unnecessary blank spaces and all line feeds
# -remove-log: remove all console.* statements
# -print-namecache: print the name cache that contains the mapping from the old names to new names
# -apply-namecache: reuse the given cache file
# Keep options:
# -keep-property-name: specifies property names that you want to keep
# -keep-global-name: specifies names that you want to keep in the global scope
-enable-property-obfuscation
-enable-toplevel-obfuscation
-enable-filename-obfuscation
-enable-export-obfuscation