mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 17:41:06 +08:00
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:
parent
ccb83c754d
commit
64e2f6b188
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user