-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The webpack watch dosn't rebuild when I perform npm run storybook #371
Comments
You mean, when you install new NPM modules, storybook webpack cannot determine that. Is it? |
step npm run storybook > npm install a modules > npm install b module > change a file (file in node_modules) |
Okay. Got it. I know how to fix this. |
@arunoda |
@abnerCrack This plugin does too much. PRs welcome :) |
@arunoda TOT.ok~~~~ |
We've fix this (original issue by @qiangege) with the latest Storybook. |
first
I perform
npm run storybook
now, I change content of the files in node_modules,the webpack can rebuild
then
I open another service, don't close
npm run storybook
, I performnpm install range-input-react
ornpm install
. now , I change content of the files in node_modules,the webpack dosn't rebuild,this question is very strange.
What should I do to solve this problem
The text was updated successfully, but these errors were encountered: