Skip to content

Commit

Permalink
fix(mini-runner): 修复分包页面丢失的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyadam committed Dec 4, 2019
1 parent 2c33e88 commit ba87378
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/taro-mini-runner/src/plugins/MiniPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ export default class MiniPlugin {
code: transformResult.code
}
this.pages = new Set([
...this.pages,
...appPages.map(item => {
const pagePath = resolveScriptPath(path.join(this.sourceDir, item))
const pageTemplatePath = this.getTemplatePath(pagePath)
Expand Down

0 comments on commit ba87378

Please sign in to comment.