Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen-jj committed Sep 21, 2022
1 parent ac9cc08 commit 99d3af2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/taro-webpack-runner/src/__tests__/utils/compiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ function frameworkPatch (chain, webpack, config) {
framework: config.framework || 'react'
},
modifyWebpackChain: cb => cb({ chain, webpack, data: {} }),
modifyRunnerOpts: cb => cb(config)
modifyRunnerOpts: cb => cb(config),
onParseCreateElement: () => {}
}

let frameworkPlugin: any = ReactLikePlugin
Expand Down

0 comments on commit 99d3af2

Please sign in to comment.