Vite build watch doesn't work when using manualChunks #12015
xdimension
started this conversation in
General
Replies: 1 comment
-
Currently, the workaround is to use function:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
In my vite.config.js I have:
the web3 is split correctly when I run
vite build
, but if I runvite build --watch
the build failed with error:without
manualChunks
option, build watch runs correctly.Anyone have an idea about this?
Beta Was this translation helpful? Give feedback.
All reactions