Skip to content

Commit 4ee960b

Browse files
committedMar 28, 2019
fix: remove @babel/polyfill due problem with corejs@2
1 parent 6cf19ef commit 4ee960b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/tasks/package.js

-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ const devPackages = [
2424

2525
// Babel
2626
'@babel/cli',
27-
'@babel/polyfill',
2827
'@babel/core',
2928
'@babel/preset-env',
3029

@@ -102,7 +101,6 @@ module.exports = (config) => {
102101
targets: {
103102
node: config.maintLTS,
104103
},
105-
useBuiltIns: 'usage',
106104
},
107105
],
108106
],

0 commit comments

Comments
 (0)
Please sign in to comment.