module.exports = { env: { NODE_ENV: '"production"' }, defineConstants: { __APP_ENV__: '"production"', // Replace with the production backend before publishing a release build. __API_BASE_URL__: '"http://192.168.101.78:8001"' }, mini: {}, h5: {} }