mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 07:52:07 +08:00
FIX babelrc environments
This commit is contained in:
parent
e0e77b678f
commit
60e37f9d54
2
.babelrc
2
.babelrc
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"presets": ["env", "stage-0", "react"],
|
"presets": ["env", "stage-0", "react"],
|
||||||
"env": {
|
"env": {
|
||||||
"dev": {
|
"development": {
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"babel-plugin-macros",
|
"babel-plugin-macros",
|
||||||
"babel-plugin-glamorous-displayname",
|
"babel-plugin-glamorous-displayname",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user