Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
chore(docz-theme-default): babelrc performance improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Jul 16, 2018
1 parent 381ec29 commit f892605
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion packages/docz-theme-default/.babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
{
"plugins": ["emotion"]
"env": {
"production": {
"plugins": [["emotion", { "hoist": true }]]
},
"development": {
"plugins": [
["emotion", { "sourceMap": true, "autoLabel": true }]
]
}
}
}

0 comments on commit f892605

Please sign in to comment.