github-pages-deploy-action/node_modules/jsx-ast-utils/.babelrc

8 lines
163 B
Plaintext
Raw Normal View History

2020-03-07 11:45:40 +08:00
{
"presets": ["env"],
"plugins": [
["transform-replace-object-assign", { "moduleSpecifier": "object.assign" }],
"transform-object-rest-spread",
],
}