Disable minification of NPM build to make it easier to use patch-package
#15570
gustavopch
started this conversation in
Ideas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Because the build is minified, it's basically impossible to go to
node_modules/tailwindcss
and try to understand how things work or patch the package.As
tailwindcss
is used in development, saving a few bytes isn't a big deal. Even in production, people use bundlers to minify their NPM dependencies, so it also wouldn't be necessary to distributetailwindcss
to NPM minified.Please consider not minifying the build sent to NPM.
Beta Was this translation helpful? Give feedback.
All reactions