Skip to content Skip to sidebar Skip to footer
Showing posts with the label Dynamic Import

Dynamic Import Being Added To Webpack Bundle

I want to import a module under a certain condition, so I'm doing it through dynamic import syn… Read more Dynamic Import Being Added To Webpack Bundle

Garbage Collect Unused Modules

I am using dynamic import to load scripts written by the user in the browser. I start by placing th… Read more Garbage Collect Unused Modules