mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
8 lines
133 B
Plaintext
8 lines
133 B
Plaintext
{
|
|
"plugins": [
|
|
"lodash",
|
|
["transform-object-rest-spread", { "useBuiltIns": true }]
|
|
],
|
|
"presets": ["es2015", "react"]
|
|
}
|