- 
                Notifications
    You must be signed in to change notification settings 
- Fork 429
Closed
Labels
Description
Is there a way to setup lazy loading with webpack?
When I use lazy loading in my routes, it seems inconsistent, sometimes it works, sometimes it tells me it can't find the module. But more than that, obviously we are packing the whole project into a single JS file which is the opposite of lazy loading.
Is there an easy way to add a module that lazy loads to the example that has its JS loaded on the fly vs in the main client js file?