You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many times if you look at the network tab for js files there are man that does not have a named chuck, only the sha, it would be better to change this and add webpackChunkName comment as done here
We can also take a look if the optimization.chunkIds could help us in this issue (It seems by default is set to named in dev while deterministic in prod).
Description
Many times if you look at the network tab for js files there are man that does not have a named chuck, only the sha, it would be better to change this and add webpackChunkName comment as done here
What kind of improvement you want to add? (check one with "x", remove the others)
Other useful information
The text was updated successfully, but these errors were encountered: