Broken dynamic imports
-
Hello Team,
I’m Francisco, the Tech Lead of the QuadLayers development team.
We’ve been receiving numerous complaints following our last plugin update, specifically regarding compatibility with your plugin. It seems that LiteSpeed Cache is breaking the dynamic imports in our React application.
Below is the code that imports part of the app. As you can see, we’re using a fixed chunk name:
javascript
Copy code
const Modal = lazy(() => import(/* webpackChunkName: "modal" */ './components/modal') );
Could you please review your plugin to address this issue?
Thank you!
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.