3👍
-
It depends upon a lot of factors including your hardware and size of project. But in general, for medium size projects, is should not take that long.
-
It is usually wrapped up in a few minutes, say 3-4 minutes on decent hardware.
A few observations:
-
As per your dependency tree, it doesn’t look like you have any heavy dependencies. So assuming you’re on a decent hardware it should not take that long.
-
Also, looks like you’re using webpack, make sure you’ve set your project directory correctly, and it does not includes your
node_modules
folder. Because if it does, large build times can be explained due to webpack bundling your entirenode_modules
dir instead of the usualsrc
dir. -
If it’s a typescript project, make sure to add
exclude
key in yourtsconfig.json
file for all (if any) pre-compiled library that you’re using outside of yournode modules
dir. This has personally happened to me before, and it does increases your build time rather significantly.
- [Vuejs]-When I try to detach() is returning the error: local.ERROR: Call to a member function programs() on integer
- [Vuejs]-Vue2 js scrolling call function