PteroTheme/.babelrc

9 lines
115 B
Plaintext
Raw Normal View History

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