Sherri Flemings
Sherri Flemings
Did you ever get this figured out? I had assumed that making this change would be global (because it's in the globals folder) but I was only able to override...
@tmeasday Started seeing this error in our project a few days ago and finally had some time to investigate it a bit today. **Relevant versions** Storybook 6.5.6 @storybook/builder-vite 1.3.6 vite...
I'm not sure what tools you're using, but I added an alias to my webpack config: ``` { resolve: { alias: { "angular-busy": path.resolve("node_modules", "angular-busy/angular-busy.js") } }, } ``` Then...