You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using create-react-app and the webpack configs are hidden unless you eject (which I don't want to do). How do I use production build of seamless-immutable with create-react-app (without ejecting)?
The text was updated successfully, but these errors were encountered:
seamless-immutable uses the same mechanism as React for dev and prod mode so I assume it should work out of the box if you do a production build of your app.
I'm using create-react-app and the webpack configs are hidden unless you eject (which I don't want to do). How do I use production build of seamless-immutable with create-react-app (without ejecting)?
The text was updated successfully, but these errors were encountered: