Skip to content

Commit

Permalink
Remove babel-plugin-emotion which was generating wrong deps
Browse files Browse the repository at this point in the history
Address #26
  • Loading branch information
Valentin Hervieu committed Mar 15, 2019
1 parent 4421887 commit 0f5664a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"presets": ["@babel/preset-env", "@babel/preset-react"],
"plugins": [
["@babel/plugin-proposal-class-properties", { "loose": true }],
"@babel/plugin-proposal-object-rest-spread",
"emotion"
"@babel/plugin-proposal-object-rest-spread"
]
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"babel-plugin-emotion": "^10.0.7",
"copy-webpack-plugin": "^5.0.0",
"css-loader": "^2.1.1",
"cypress": "^3.0.1",
Expand Down

0 comments on commit 0f5664a

Please sign in to comment.