[go: up one dir, main page]

Skip to content

Commit

Permalink
fix(prebundle): 修复预编译导致 vue devtools 报错的问题,fix NervJS#12452
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen-jj committed Sep 20, 2022
1 parent fe4572c commit b2c6ab9
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 b2c6ab9

Please sign in to comment.