Sherri Flemings
Results
3
comments of
Sherri Flemings
@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...