Mike Theodorou
Mike Theodorou
Hey everyone, I was able to solve this issue using this config in my `.babelrc` ``` "plugins": [ [ "inline-react-svg", { "svgo": { "plugins": [ { "name": "preset-default", "params": {...
I'm running into a similar issue. When adding the `setupFiles` option and attempting to import the global setup file outside the library at the root level, it fails with ```sh...
Still having problems with this. Has anyone figured out a solution?