Open kriptonian1 opened 1 year ago
@kriptonian1 I was having issues using the next.js webpack loader for @svgr/webpack
. I have a frontend/packages/icons
package from which I'd only like to export svg files, but when I tried to import those in my frontend/apps/subscriptions
app I got the error that react
couldn't be resolved. I assumed adding react to the peerDependencies
of the icons
package would resolve the issue, but it didn't. Adding react
to the dependencies of the icons
package did resolve the issue, but that kind of stings because I would've liked to keep the icons
package to only export svg files. It works this way though, for me.
Ping on this?
So I was working on a project where I wanna setup svgr inside a tsup package in turborepo.
This is my tsup config
and this is my folder structure