Closed 269378737 closed 2 years ago
问题描述 通过Remax构建了生产环境的代码,在提交微信审核时,因remax中存在onLocationChange接口导致无法通过审核,需要开通onLocationChange接口才能通过审核,但是无相关资料证明有使用onLocationChange接口的场景,导致onLocationChange接口也无法开通。因此有什么办法可以在构建线上版本时能自动去除reamx中未使用的到微信接口?
用 @remax/wx-shake 把 onLocationChange shake 掉。 https://www.npmjs.com/package/@remax/plugin-wx-shake
问题描述 通过Remax构建了生产环境的代码,在提交微信审核时,因remax中存在onLocationChange接口导致无法通过审核,需要开通onLocationChange接口才能通过审核,但是无相关资料证明有使用onLocationChange接口的场景,导致onLocationChange接口也无法开通。因此有什么办法可以在构建线上版本时能自动去除reamx中未使用的到微信接口?