BREAKING CHANGE: The Node Package Manager lock file `package-lock.json` is upgraded to version 2; while it is backwards with version 1 for the npm installer, consider this if you run any non-npm analysis tools that use the lock file (#8285)
15 lines
267 B
Plaintext
15 lines
267 B
Plaintext
{
|
|
"plugins": [
|
|
"@babel/plugin-proposal-object-rest-spread"
|
|
],
|
|
"presets": [
|
|
["@babel/preset-env", {
|
|
"targets": {
|
|
"node": "14"
|
|
}
|
|
}]
|
|
],
|
|
"sourceMaps": "inline",
|
|
"retainLines": true
|
|
}
|