react-performance-strategies icon indicating copy to clipboard operation
react-performance-strategies copied to clipboard

Why is there a separate vendors~profile.js in code-splitting-routes branch?

Open lxow456 opened this issue 2 years ago • 0 comments

I am studying Lazy loading on the route level of this blog.

When I ran the npm run dev command on the code-splitting-branch branch, I found that there was an additional vendors~profile.js file. I looked at the configuration of webpack.dev.js and found that splitChunks was not used.

So I'm confused as to why there is a separate vendors~profile.js file. Is it related to using import()?

If you have time, could you help me take a look at this issue? Thanks a lot~

lxow456 avatar Nov 24 '23 14:11 lxow456