misc_pterodactyl-panel/.babelrc

9 lines
115 B
Text
Raw Normal View History

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