Skip to content

Commit

Permalink
Updates babel-plugin-emotion and sets up autoLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Campaña committed Apr 26, 2018
1 parent a53c16f commit e0e6256
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Expand Up @@ -22,7 +22,7 @@
"react"
],
"plugins": [
"emotion",
["emotion", { "autoLabel": true }],
"transform-inline-environment-variables",
["lodash", { "id": ["lodash", "recompose"] }],
"syntax-dynamic-import",
Expand Down
196 changes: 175 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -26,7 +26,7 @@
"@frontity/lazyload": "^1.0.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-emotion": "^8.0.12",
"babel-plugin-emotion": "^9.1.2",
"babel-plugin-lodash": "^3.3.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
Expand Down

0 comments on commit e0e6256

Please sign in to comment.