mirror of
https://github.com/weaveworks/scope.git
synced 2026-05-06 17:28:16 +00:00
44 lines
738 B
Plaintext
44 lines
738 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"modules": "commonjs"
|
|
}
|
|
],
|
|
"@babel/preset-react"
|
|
],
|
|
"plugins": [
|
|
[
|
|
"@babel/plugin-proposal-object-rest-spread",
|
|
{
|
|
"useBuiltIns": true
|
|
}
|
|
],
|
|
"@babel/plugin-proposal-class-properties",
|
|
"lodash",
|
|
],
|
|
"env": {
|
|
"test": {
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"modules": "commonjs"
|
|
}
|
|
],
|
|
"@babel/preset-react"
|
|
],
|
|
"plugins": [
|
|
[
|
|
"@babel/plugin-proposal-object-rest-spread",
|
|
{
|
|
"useBuiltIns": true
|
|
}
|
|
],
|
|
"@babel/plugin-proposal-class-properties",
|
|
]
|
|
}
|
|
}
|
|
}
|