chore(docz-theme-default): babelrc performance improvement

This commit is contained in:
Pedro Nauck
2018-07-16 17:12:22 -03:00
parent 381ec297d7
commit f892605469

View File

@@ -1,3 +1,12 @@
{
"plugins": ["emotion"]
"env": {
"production": {
"plugins": [["emotion", { "hoist": true }]]
},
"development": {
"plugins": [
["emotion", { "sourceMap": true, "autoLabel": true }]
]
}
}
}