forked from cms/tibi-svelte-starter
26 lines
525 B
JSON
26 lines
525 B
JSON
|
{
|
||
|
"sourceMaps": "inline",
|
||
|
"inputSourceMap": true,
|
||
|
"presets": [
|
||
|
[
|
||
|
"@babel/preset-env",
|
||
|
{
|
||
|
"useBuiltIns": "usage",
|
||
|
"corejs": {
|
||
|
"version": "3",
|
||
|
"proposals": true
|
||
|
},
|
||
|
"targets": ">0.5%, IE 11, not dead"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"plugins": [
|
||
|
[
|
||
|
"@babel/plugin-transform-spread",
|
||
|
{
|
||
|
"loose": true
|
||
|
}
|
||
|
]
|
||
|
]
|
||
|
}
|