Disable minification of NPM build to make it easier to use patch-package
#15570
gustavopch
started this conversation in
Ideas
Replies: 2 comments 1 reply
This comment was marked as spam.
This comment was marked as spam.
-
I want to patch the The patch is almost guaranteed to break on each update because something will always change in that line. This is not something that would be a good PR. It's specific to my own needs. I really just need a local patch. It's sad that Tailwind is not patch-friendly. |
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
-
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