1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-10-27 04:12:28 +01:00
Pterodactyl-Panel/.babelrc
2018-06-03 19:35:50 -07:00

10 lines
129 B
Plaintext

{
"presets": [
"@babel/preset-env",
"minify"
],
"plugins": [
"@babel/plugin-proposal-object-rest-spread"
]
}