Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
使用命令npx cross-env NODE_ENV=production taro build --type weapp --watch 进行开发时预览. 打包时间持续20~30s左右。 目前想到最直接有效的方式是开启多核打包。查阅官文未看到相关介绍,请问该如何配置开启多核? thx! 【微信小程序开发】
期待官方回复
同期待,开启了production模式,编译特别慢
我现在临时处理方案是使用dev模式,不压缩,速度相对快点。 自己写了个gulp压缩,每次真机预览就跑一次。