Add missing regenerator and runtime babel transform pkgs to package.json

app/react/src/server/config/babel.js uses require.resolve on both of
these packages, yet as they are not in the dependencies, they won't be
found unless they are installed alongside storybook itself
This commit is contained in:
Vesa Laakso 2017-09-15 11:21:07 +03:00
parent ccb83c754d
commit 64e2f6b188
No known key found for this signature in database
GPG Key ID: 2FBDFF1C3F00EED7

View File

@ -32,6 +32,8 @@
"babel-core": "^6.26.0",
"babel-loader": "^7.0.0",
"babel-plugin-react-docgen": "^1.6.0",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-minify": "^0.2.0",
"babel-preset-react": "^6.24.1",