mirror of
https://github.com/zhigang1992/docz.git
synced 2026-04-24 05:06:09 +08:00
chore(docz-theme-default): babelrc performance improvement
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
{
|
||||
"plugins": ["emotion"]
|
||||
"env": {
|
||||
"production": {
|
||||
"plugins": [["emotion", { "hoist": true }]]
|
||||
},
|
||||
"development": {
|
||||
"plugins": [
|
||||
["emotion", { "sourceMap": true, "autoLabel": true }]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user