This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
module.exports={
env:{
NODE_ENV:'"production"',
},
defineConstants:{},
mini:{
// production 模式下 taro-ui 组件代码被当成副作用移除了, 可以加上 sideEffect 配置来解决