big-moving.ru/assets/vendor_components/bootstrap/.babelrc

15 lines
172 B
Plaintext
Raw Normal View History

2022-06-24 15:29:23 +05:00
{
"presets": [
[
"es2015",
{
"loose": true,
"modules": false
}
]
],
"plugins": [
"transform-es2015-modules-strip"
]
}