AdminLTE/.babelrc

15 lines
155 B
Plaintext
Raw Normal View History

2018-03-17 18:07:55 +01:00
{
"presets": [
[
"env",
{
"loose": true,
"modules": false
}
]
],
"plugins": [
"external-helpers"
]
}