1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-10-16 13:47:28 +00:00

🐛 Fix babel config

This commit is contained in:
Steffo 2021-01-25 19:44:01 +01:00
parent d3a6c88d04
commit 74550b0c13
Signed by: steffo
GPG key ID: 6965406171929D01
2 changed files with 6 additions and 0 deletions

View file

@ -8,5 +8,11 @@ module.exports = {
react: 'React'
}
}
},
babel: {
"presets": [
"@babel/preset-react",
"@babel/preset-env"
]
}
}