Skip to content

Commit

Permalink
fix: revert "useBuiltIns": "entry",
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Nov 16, 2020
1 parent a28c938 commit 5f1fb65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/webpack-configs/src/react/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export const react: PresetType = (options: BuildProps) => {
node: 'current',
},
modules: 'commonjs',
useBuiltIns: 'usage',
corejs: 3,
},
],
Expand Down Expand Up @@ -87,6 +88,7 @@ export const react: PresetType = (options: BuildProps) => {
node: 'current',
},
modules: 'commonjs',
useBuiltIns: 'usage',
corejs: 3,
},
],
Expand Down

0 comments on commit 5f1fb65

Please sign in to comment.