Contributed to open source
Did some prework to get the project set up to work with inlining SVGs into Preact components. Using the babel-inline-react-svg plugin is fine, but since we use webpack aliases in the project, I had to bring in another plugin to handle module resolution.

This setup will allow us to inline SVGs using the webpack alias for the application as well as Storybook.