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
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
I try to use local package from my workspace that has source-map baked into as separate file .js.map and properly sourcemapping information added to corresponding .js file inside dist. I am using source-map-loader in the storybook using webpack 5. When I try adding bundling, I am getting this error!
Actual Behavior
Expected Behavior
I am expecting webpack can bundle with source-map from local package as part of storybook bundle
How Do We Reproduce?
use any package has source-map and feed to webpack 5 that has source-map-loader set!
Please paste the results of npx webpack-cli info here, and mention other relevant information