DEV Community

Discussion on: React Beginner Question Thread ⚛

 
iamandrewluca profile image
Andrei Luca • Edited

Actually I looked into compiled sources and is not bundling all variations.
Thanks for your reply!

Thread Thread
 
dan_abramov profile image
Dan Abramov

Good to know! I guess webpack is smart enough to do the replacement earlier :-). This is still not a great future-proof approach because it relies on requires whereas the ecosystem has been moving to ES modules. It’s also much harder for any other tools to understand what’s going on in your modules.