Skip to content

Commit d2e9e55

Browse files
committed
Removed babel-plugin-syntax-dynamic-import as it's already included via stage-0 preset.
Removed babel-plugin-transform-react-constant-elements due to known issues (see facebook/create-react-app#553)
1 parent 843fe48 commit d2e9e55

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
"babel-eslint": "~8.0.1",
2323
"babel-loader": "~7.1.2",
2424
"babel-plugin-dev-expression": "~0.2.1",
25-
"babel-plugin-syntax-dynamic-import": "~6.18.0",
2625
"babel-plugin-transform-es2015-modules-commonjs": "~6.26.0",
27-
"babel-plugin-transform-react-constant-elements": "~6.23.0",
2826
"babel-plugin-transform-react-inline-elements": "~6.22.0",
2927
"babel-preset-es2015": "~6.24.1",
3028
"babel-preset-react": "~6.24.1",

0 commit comments

Comments
 (0)