mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
15 lines
291 B
Plaintext
15 lines
291 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
[
|
||
|
"@babel/preset-env",
|
||
|
{
|
||
|
"targets": {
|
||
|
"node": "6.10",
|
||
|
"esmodules": true
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"plugins": ["@babel/plugin-proposal-object-rest-spread"]
|
||
|
}
|