Ask Your Question
2

What is the issue with ViteJS when prebundling dependencies with a 3rd party library, which works fine during the build process but not during development?

asked 2021-09-01 11:00:00 +0000

ladyg gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2022-12-21 11:00:00 +0000

pufferfish gravatar image

The issue with ViteJS when prebundling dependencies with a 3rd party library is that it may not update the bundled dependencies during development. This means that if changes are made to the dependencies, they may not be reflected in the development server until the server is restarted, causing a delay in the development process. Additionally, prebundling all dependencies can result in a larger bundle size, which may affect the performance of the application.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-09-01 11:00:00 +0000

Seen: 11 times

Last updated: Dec 21 '22