Replies: 1 comment 2 replies
-
I guess there isn't an easy way to make the build pass faster. We are currently working on rolldown (https://rolldown.rs/about) that would improve build perf. It would take some time but would improve the build perf in this case too. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a question and I would love to get some help please :)
I installed a new
vite
project withReact
andTypeScript
:When I run
pnpm build
the build takes approximately 800ms.After installing
@arcgis/core
and although using dymanic-importThe build takes about 30 seconds.
Is there anyway to fix it? Is there anything I could do to reduce the build time?
Beta Was this translation helpful? Give feedback.
All reactions