mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
d84610a41d
While the spread operator is not part of ES6, React also uses it for JSX. It makes sense for us to keep it in other parts of the codebase as well.
4 lines
113 B
Plaintext
4 lines
113 B
Plaintext
{
|
|
"presets": ["es2015", "react"],
|
|
"plugins": ["transform-class-properties", "transform-object-rest-spread"]
|
|
} |