mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 03:24:20 +00:00
🐛 Fix babel config
This commit is contained in:
parent
d3a6c88d04
commit
74550b0c13
2 changed files with 6 additions and 0 deletions
|
@ -8,5 +8,11 @@ module.exports = {
|
|||
react: 'React'
|
||||
}
|
||||
}
|
||||
},
|
||||
babel: {
|
||||
"presets": [
|
||||
"@babel/preset-react",
|
||||
"@babel/preset-env"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue