system-uicons/react/.babelrc

5 lines
125 B
Plaintext
Raw Normal View History

2020-08-03 05:58:33 +02:00
{
"presets": [["@babel/env", { "modules": false }], "@babel/react"],
"plugins": ["@babel/proposal-object-rest-spread"]
}