Skip to content

Commit

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

0 comments on commit 7e9aeb9

Please sign in to comment.