Update babelrc (#5270)

change absoluteRuntime to false which is the usual default. 
fixes issues brought up here https://github.com/OpenAPITools/openapi-generator/pull/4677
This commit is contained in:
Austen
2020-02-13 05:31:55 -05:00
committed by GitHub
parent fe4cecba02
commit 7fa3ce31ac

View File

@@ -1,6 +1,6 @@
{
"presets": [
"react-app",
["react-app", { "absoluteRuntime": false }],
"@babel/preset-flow"
],
"plugins": [