react-globe.gl
react-globe.gl copied to clipboard
Globe doesn't show on Next JS production mode
I don't know why, the globe work perfectly on development mode, but when i try to reproduce that on production mode it doesn't appear.
This is the Link for the entire project on codesandbox.
GlobeProject
[](url)
I'm having similar issues. I'm using next/dynamic and see everything just fine in dev. Once I build for production I don't see anything, no errors in the console either
Found my issue. I had swcMinify: true in my next project, removing it fixed whatever issues I had with production builds
swcMinify: true
i had swcMinify: true aswell, this work for me too, thank you very much for the reply
Found my issue. I had
swcMinify: truein my next project, removing it fixed whatever issues I had with production builds
It's working for me Thanks