forked from github/dataease
5 lines
178 B
Plaintext
5 lines
178 B
Plaintext
{
|
|
"presets": ["@babel/preset-env"],
|
|
"plugins": ["@babel/plugin-transform-runtime", "@babel/plugin-proposal-optional-chaining", "@babel/plugin-proposal-object-rest-spread"]
|
|
}
|