module.exports = { env: { NODE_ENV: '"production"', }, defineConstants: { // HOST: '"http://192.168.89.147:7080"', // HOST: '"http://192.168.89.25:7080"', HOST: '"https://machine.njyunzhi.com"', // OSS: '"yz-shigongli.oss-accelerate.aliyuncs.com"', // VERSION: '"3.0.3_2021-12-23"', }, mini: {}, h5: { /** * 如果h5端编译后体积过大,可以使用webpack-bundle-analyzer插件对打包体积进行分析。 * 参考代码如下: * webpackChain (chain) { * chain.plugin('analyzer') * .use(require('webpack-bundle-analyzer').BundleAnalyzerPlugin, []) * } */ } }