m-nathani / craco-plugin-micro-frontend

Convert your CRA project into a node library application without ejecting or losing update support of react-scripts
MIT License
4 stars 0 forks source link

Code splitting doesn’t work #1

Open Miteshdv opened 2 years ago

Miteshdv commented 2 years ago

Hi, This library is Good , but it has 1 issue . I m using Loadable component to lazy load modules. So multiple chunks are built and after the build , chunks are not referred correctly. Please help

m-nathani commented 2 years ago

Thanks, it's an feature request / enhancement..

Will be supporting code splitting in the next build soon