Replies: 1 comment
-
|
I would have the same need here, were you able to solve it? Thank you, |
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
Is it possible to specify a dependency (from node_modules) to be excluded from minification during a production build?
One of a project's dependencies doesn't work after the minification process, so currently vite.config currently sets
build.minify: false, which results in a working build, but it would be great to minify everything but that problematic dependency.Currently, vite.config looks like this:
minify: true?Beta Was this translation helpful? Give feedback.
All reactions