Files
30-seconds-of-code/node_modules/react-css-transition-replace/.babelrc
2019-08-20 15:52:05 +02:00

44 lines
1.5 KiB
Plaintext

{
"compact": false,
"ast": false,
"plugins": [
"transform-decorators-legacy",
"transform-proto-to-assign",
"transform-object-set-prototype-of-to-assign",
"transform-object-rest-spread",
"transform-class-properties",
["transform-es2015-classes", { "loose": true }],
["transform-es2015-spread", { "loose": true }],
"transform-es2015-parameters",
"syntax-trailing-function-commas",
["transform-es2015-destructuring", { "loose": true }],
["transform-es2015-template-literals", {
"loose": true,
"spec": true
}],
"transform-es2015-literals",
"transform-es2015-function-name",
"transform-es2015-arrow-functions",
"transform-es2015-block-scoped-functions",
"transform-es2015-object-super",
"transform-es2015-shorthand-properties",
"transform-es2015-duplicate-keys",
["transform-es2015-computed-properties", { "loose": true }],
["transform-es2015-for-of", { "loose": true }],
"transform-es2015-sticky-regex",
"transform-es2015-unicode-regex",
"check-es2015-constants",
"transform-es2015-block-scoping",
"transform-es2015-typeof-symbol",
"transform-react-jsx",
"transform-react-display-name",
"transform-react-constant-elements",
"transform-react-inline-elements",
"transform-react-remove-prop-types",
"transform-react-pure-class-to-function",
"add-module-exports",
"transform-es2015-modules-commonjs"
]
}