You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In webpack-dev.config.js and webpack-prod.config.js
resolve.extensions should be ['.*', '.js', '.jsx']
This is now being over ridden in civil-pursuit.
It seem to cause a problem with storybook 8, which complains about it.
The text was updated successfully, but these errors were encountered:
In webpack-dev.config.js and webpack-prod.config.js
resolve.extensions should be ['.*', '.js', '.jsx']
This is now being over ridden in civil-pursuit.
It seem to cause a problem with storybook 8, which complains about it.
The text was updated successfully, but these errors were encountered: