Skip to content

Commit 93a2cb6

Browse files
authored
Merge pull request #280 from conveyal/dev
Patch release
2 parents 2351727 + 1df9145 commit 93a2cb6

File tree

3 files changed

+1987
-1800
lines changed

3 files changed

+1987
-1800
lines changed

lib/babel-config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = function (env, instrument) {
3434
// us having to include this import in each project (which is what
3535
// `entry` does).
3636
useBuiltIns: 'usage',
37-
corejs: 3
37+
corejs: 2
3838
}
3939
],
4040
flow,

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@babel/preset-env": "^7.5.5",
5252
"@babel/preset-flow": "^7.0.0",
5353
"@babel/preset-react": "^7.0.0",
54-
"@babel/runtime-corejs3": "^7.5.5",
54+
"@babel/runtime-corejs2": "^7.5.5",
5555
"aws-sdk": "^2.414.0",
5656
"babel-eslint": "^10.0.1",
5757
"babel-jest": "^24.1.0",
@@ -68,7 +68,7 @@
6868
"commander": "^2.19.0",
6969
"commitizen": "^3.0.7",
7070
"concat-stream": "^2.0.0",
71-
"core-js": "3",
71+
"core-js": "2",
7272
"cssnano": "^4.1.10",
7373
"cz-conventional-changelog": "^2.1.0",
7474
"envify": "^4.1.0",

0 commit comments

Comments
 (0)