misc_pterodactyl-panel/.babelrc

10 lines
129 B
Text
Raw Normal View History

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