Skip to content

Commit

Permalink
fix(prebundle): 修复预编译导致 vue devtools 报错的问题,fix #12452
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen-jj committed Sep 19, 2022
1 parent d1fa835 commit e690c49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/taro-webpack5-prebundle/src/mini.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ export class MiniPrebundle extends BasePrebundle<IMiniPrebundleConfig> {
customWebpackConfig.provide.forEach(cb => {
cb(provideObject, taroRuntimeBundlePath)
})
delete customWebpackConfig.provide
}

this.metadata.mfHash = getMfHash({
Expand Down

0 comments on commit e690c49

Please sign in to comment.