-
Notifications
You must be signed in to change notification settings - Fork 123
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
Storybook webpack autobuild no longer works with storybook-design-token options #170
Comments
Ran into a similar issue. Managed to get it working by not defining the
|
Thanks for the insight. I will have a look at it. |
Thank you. I’ll try it out |
Seems to be related to the glob configuration. Won't autobuild on any scss file change, other than the one defined in designTokenGlob, but will autobuild on any other filetype change. |
I will look into this. Can you confirm that the issue doesn't occur when using the DESIGN_TOKEN_GLOB env var? |
Issue still occurs for me even with the env variable |
@Sqrrl Any update on this.. Have the same issue with Did observe an error in the browser console. Not sure if related but thought might be worth putting out here. @Kavallier Did the autobuild work for you for other JS changes you make. For me none of it does. |
Hi.
I've recently implemented the design tokens, thanks to your help, and everything looks great.
I'm noticing however that when I change a file (scss/js) the Storybook webpack build no longer happens automatically.
When I comment out the following lines, autobuild happens successfully again.
Have you ever seen this before, and would you know how to resolve?
The text was updated successfully, but these errors were encountered: