NK
NK
支付宝小程序用户信息相关 API 发生更新 ( https://forum.alipay.com/mini-app/post/73101020 ),需要单独适配 getOpenUserInfo
https://github.com/raxjs/universal-api/issues/272
具体位置在`Webpack开发技巧->第一种方法 使用webpack.ProvidePlugin` 小节, 在webpack.config.js中配置到`webpack.ProvidePlugin`时应在头部添加以下一行: `var webpack = require('webpack');`
https://github.com/raxjs/rax-app/pull/1016
In webpack 5 mode, default cache will disable babel plugins' execution. Since native page events need to be scanned by babel plugins in miniapp projects, cacheDirectory should be emptyed before...
- [x] not import page component in app json loader - [x] config runtimeChunks and splitChunks defaultly - [x] add virtual page module for every page
https://github.com/raxjs/miniapp/pull/299
https://github.com/raxjs/miniapp/pull/296