Replies: 1 comment 1 reply
-
I'm having the same issue using Next JS when I build the application for production. Running in development mode works fine. That's what I have on
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have integrated a web interface into my react-native application according to the following tutorial (https://javascript.plainenglish.io/how-to-integrate-react-native-web-existing-react-native-apps-8e4964ad2f0b).
Everything works correctly, but I am unable to process the SVG files. No matter which webpack configuration I use, I always get the same error.
I have the following configuration:
Anyone have any idea where the problem might be? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions