Replies: 3 comments 3 replies
-
|
I'm getting similar times with projects of roughly that size I work on so seems reasonable I'd say |
Beta Was this translation helpful? Give feedback.
-
|
Depending on what you're using, yes 4 minutes can be "okay". Having a smaller project but with webpack/bridge, it can take up to 5mn to build for me. |
Beta Was this translation helpful? Give feedback.
-
|
I'm not surprised at this build times (well... somewhat surprised -- 4 minutes is a bit much). But why is this number a constant? Why aren't there incremental rebuilds? When very few files have actually been changed, then a build should take milliseconds, in theory. Also, why does Nuxt traverse the entire module graph up front, instead of incrementally building per the dependency tree of each navigated route when in dev mode? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My project is pretty big:
The build time is around 4 minutes, which seems okay but I'm wondering if it should/could be faster?
Anyone else have a large project with similar times?
I should also mention, build time on the same project with Nuxt v2 is 2-3 minutes, Nuxt v3 is 4 minutes.
Beta Was this translation helpful? Give feedback.
All reactions