1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

removed deprecated useBuiltIns from .babelrc (#5486)

This commit is contained in:
Christopher Lee 2018-10-20 15:09:03 -04:00 committed by Henrik Wenz
parent 2ce3f39585
commit 98eb710189

View file

@ -15,8 +15,7 @@
}
},
"transform-runtime": {
"regenerator": false,
"useBuiltIns": true
"regenerator": false
}
}
]