21 lines
471 B
JSON
21 lines
471 B
JSON
|
{
|
||
|
"sourceMaps": "inline",
|
||
|
"inputSourceMap": true,
|
||
|
"presets": [
|
||
|
[
|
||
|
"@babel/preset-env",
|
||
|
{
|
||
|
"useBuiltIns": "usage",
|
||
|
"corejs": {
|
||
|
"version": "3",
|
||
|
"proposals": true
|
||
|
},
|
||
|
"targets": ">0.5%, IE 11, not dead",
|
||
|
"debug": true,
|
||
|
"forceAllTransforms": true
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"plugins": []
|
||
|
}
|