PteroTheme/.babelrc

10 lines
129 B
Plaintext
Raw Normal View History

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