MorJS 代码维度 自定义条件编译变量
如果默认注入的变量无法满足你的诉求, 业务可以在mor.config.ts
中自定义条件编译的变量值, 请参考代码示例中的conditionalCompile.context
配置。
- 请注意, 如果有多个编译方案,
conditionalCompile.context
建议是都需要设置, 且里面的key
都必须存在在所有conditionalCompile.context
中。 - 如果缺失
conditionalCompile.context
值或者conditionalCompile.context
中没有该key
, MorJS 会把#if test == '123'
这种条件默认当成false
处理。