PIbd-21_Danilov_V.V._Intern.../Lab4/node_modules/jsx-ast-utils/.babelrc

9 lines
251 B
Plaintext
Raw Permalink Normal View History

2024-01-09 05:30:48 +04:00
{
"presets": ["env"],
"plugins": [
["transform-replace-object-assign", { "moduleSpecifier": "object.assign" }],
"transform-object-rest-spread",
// "@babel/plugin-proposal-nullish-coalescing-operator", // TODO: update to babel 7
],
}