Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(storybook): add file-loader for static images (#4986)
### Related Ticket(s) #4976 ### Description This changes the `web-component` webpack to use `file-loader` instead of `url-loader`. The latter base64 encodes images, which interfere with Storybook when used in knobs. ### Changelog **Changed** - Web components webpack config now uses `file-loader` <!-- labels for the corresponding package: --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "package: styles": Carbon Expressive --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) -->
- Loading branch information