mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
chore: fix start web issue
This commit is contained in:
parent
4372d27222
commit
8339b34adb
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
],
|
||||
"@babel/preset-react"
|
||||
],
|
||||
"plugins": ["react-hot-loader/babel", "emotion"],
|
||||
"plugins": ["react-hot-loader/babel", "@babel/transform-runtime", "emotion"],
|
||||
"env": {
|
||||
"test": {
|
||||
"presets": [
|
||||
|
|
Loading…
Reference in a new issue