Skip to content

Instantly share code, notes, and snippets.

@IsraelSampaio
Created April 24, 2021 13:01
Configuração do babel
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"babel": {
"presets": [
[
"react-app",
{
"absoluteRuntime": false
}
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment