misc_pterodactyl-panel/.babelrc

9 lines
115 B
Text
Raw Normal View History

{
2018-06-03 18:03:46 -07:00
"presets": [
"@babel/preset-env"
2018-06-03 18:03:46 -07:00
],
"plugins": [
"@babel/plugin-proposal-object-rest-spread"
]
}