Skip to content

Commit

Permalink
Merge from master
Browse files Browse the repository at this point in the history
  • Loading branch information
wheeyls committed Jul 24, 2019
2 parents c87f81b + ef6f7fd commit f4a3fab
Show file tree
Hide file tree
Showing 3 changed files with 516 additions and 59 deletions.
1 change: 1 addition & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const presets = [
browsers: ['last 2 versions', '> 5%', 'ie 9-11'],
},
useBuiltIns: 'usage',
corejs: '2.6'
},
],
];
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"@g2crowd/extract-options": "1.1.1"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"@pika/plugin-build-web": "^0.3.10",
"@pika/plugin-standard-pkg": "^0.3.10",
"core-js": "^2.6.3",
Expand Down
Loading

0 comments on commit f4a3fab

Please sign in to comment.