export default { env: { NODE_ENV: '"production"' }, defineConstants: { __DEV__: JSON.stringify(false) }, mini: { compressTemplate: true }, h5: {} }