Skip to content

Commit

Permalink
fix(eval): fix the conflict of useSpread and useBuiltIns (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anillc committed Jul 30, 2021
1 parent 9de3660 commit ad05b4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/plugin-eval/src/loaders/coffeescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export function prepare(config: LoaderConfig) {
options.plugins.push(['@babel/plugin-transform-react-jsx', {
pragma: config.jsxFactory,
pragmaFrag: config.jsxFragment,
useBuiltIns: true,
useSpread: true,
}])
}
Expand Down

0 comments on commit ad05b4e

Please sign in to comment.