rtfeldman/seamless-immutable

Prod mode with create-react-app

cocacrave opened this issue · 1 comments

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)?

crudh commented

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.