文档 https://reactnative.cn/docs/p...
参照文档修改如下配置后并没有起作用, 请问改如何配置呢?
目前环境
"react-native": "0.61.5",
"react": "16.9.0",
"@babel/core": "^7.7.5",
"babel-plugin-transform-remove-console": "^6.9.4",
babel.config.js
module.exports = {
presets: ['module:metro-react-native-babel-preset'],
plugins: [
'@babel/plugin-proposal-nullish-coalescing-operator',
'@babel/plugin-proposal-optional-chaining',
],
env: {
production: {
plugins: ['transform-remove-console'],
},
},
};
Uglify 也可以: