AdminLTE/.babelrc

15 lines
183 B
Plaintext
Raw Normal View History

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