Relative Content

Tag Archive for cssreactjswebpackcreate-react-appumd

CSS not loading when importing UMD into ESM file

I’m transpiling a React component library into UMD using Webpack (Babel, etc.). The components load just fine in a local Storybook instance, but when I import them into a new create-react-app project, none of the styles load…or classes for that matter. I can see what appears to be the CSS and class names in the built JS file, but the elements in the DOM look like this when inspected: