Next.js Discord

Discord Forum

Dynamic import with ssr false but lighthouse still complaining of unused js

Unanswered
serj posted this in #help-forum
Open in Discord
Pages dir

const Modal = dynamic(() => import('./Modal'), { ssr: false });


Why is this happening how can I avoid it, to be included in the main bundle ?

0 Replies