mirror of
https://github.com/strapi/strapi.git
synced 2026-01-06 12:13:52 +00:00
Add new plugin for class properties
This commit is contained in:
parent
4e11597e1f
commit
057da77b05
1
.babelrc
1
.babelrc
@ -1,6 +1,7 @@
|
||||
{
|
||||
"presets": ["babel-preset-env", "babel-preset-react", "babel-preset-stage-0"],
|
||||
"plugins": [
|
||||
"babel-plugin-transform-class-properties",
|
||||
"babel-plugin-transform-react-remove-prop-types",
|
||||
"babel-plugin-transform-react-constant-elements",
|
||||
"babel-plugin-transform-react-inline-elements",
|
||||
|
||||
@ -10,6 +10,7 @@
|
||||
"babel-eslint": "^6.1.2",
|
||||
"babel-jest": "^24.1.0",
|
||||
"babel-loader": "7.1.1",
|
||||
"babel-plugin-transform-class-properties": "^6.24.1",
|
||||
"babel-plugin-transform-es2015-destructuring": "6.23.0",
|
||||
"babel-plugin-transform-es2015-parameters": "6.24.1",
|
||||
"babel-plugin-transform-object-rest-spread": "6.26.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user