How to get dynamic module info in importCall hook on Webpack 4 #15509
Unanswered
yangguansen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm making a webpack plugin in webpack@4.
I have below code in my project,
like
const Home = lazy(() => import(/* webpackChunkName: "Home" */'@src/routes/index'));
plugin code is :
Beta Was this translation helpful? Give feedback.
All reactions