Closed njtnestor closed 3 years ago
You can see the difference when building the app and running nuxt start
You can see the difference when building the app and running nuxt start
Oh nice! I can see it now.
I would like to know why the difference cant be appreciated in dev mode.
It will actually slow the build down since it uses a Webpack loader to smartly import the components in dev.
ok thanks for the clarification
I dont feel the diference beetwen use Lazy prefix in component name and dont use it.
In this codepen when I delete the Lazy prefix and inspect the network I feel the same result: A mountains-list.js is generated in both cases
Can someone explain me, what is the difference?