remaxjs / remax

使用真正的 React 构建跨平台小程序
https://remaxjs.github.io/remax/
MIT License
4.57k stars 364 forks source link

[问题]微信小程序提交审核因存在onLocationChange接口无法通过审核的问题 #1932

Closed 269378737 closed 2 years ago

269378737 commented 2 years ago

问题描述 通过Remax构建了生产环境的代码,在提交微信审核时,因remax中存在onLocationChange接口导致无法通过审核,需要开通onLocationChange接口才能通过审核,但是无相关资料证明有使用onLocationChange接口的场景,导致onLocationChange接口也无法开通。因此有什么办法可以在构建线上版本时能自动去除reamx中未使用的到微信接口?

watsonhaw5566 commented 2 years ago

用 @remax/wx-shake 把 onLocationChange shake 掉。 https://www.npmjs.com/package/@remax/plugin-wx-shake