rtfeldman / seamless-immutable

Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects.
BSD 3-Clause "New" or "Revised" License
5.37k stars 195 forks source link

Prod mode with create-react-app #225

Open cocacrave opened 7 years ago

cocacrave commented 7 years ago

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 5 years ago

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.