alexlees

Results 4 issues of alexlees

**这个 PR 做了什么?** (简要描述所做更改) 修复配置 enableSourceMap 后未在生产模式下产出 sourcemap **这个 PR 是什么类型?** (至少选择一个) - [x] 错误修复(Bugfix) issue: fix #12247 - [ ] 新功能(Feature) - [ ] 代码重构(Refactor) - [ ] TypeScript...

question
V-3

### 相关平台 字节跳动小程序 ### 复现仓库 [https://github.com/taro-mini/taro_sourcemap_bug](https://github.com/taro-mini/taro_sourcemap_bug) **小程序基础库: 无关** **使用框架: React** ### 复现步骤 1. Taro v3.5.2 初始化新项目 选择 webpack5 2. 配置 ``` mini: { enableSourceMap: true, sourceMapType: process.env.NODE_ENV === 'development' ?...

V-3
F-react
T-tt

**这个 PR 做了什么?** (简要描述所做更改) [独立分包添加公共逻辑抽取](https://github.com/NervJS/taro/commit/94b101f22b9741541607642d8767e135423a0f9b) **这个 PR 是什么类型?** (至少选择一个) - [ ] 错误修复(Bugfix) issue: fix #12206 - [x] 新功能(Feature) - [ ] 代码重构(Refactor) - [ ] TypeScript 类型定义修改(Typings) - [...

### 相关平台 字节跳动小程序 ### 复现仓库 [https://github.com/alexlees/taro_independent_bug/issues/new](https://github.com/alexlees/taro_independent_bug/issues/new) **小程序基础库: 无** **使用框架: React** ### 复现步骤 0. Taro 3.5.1 1. 使用 3.5.1 初始化新项目 2. 新建独立分包 ```ts subPackages: [ { name: 'independent', root: 'pages/independent', independent:...

V-3
F-react
T-tt