What's the new equivalent of editing node_modules
?
#3363
-
To enable transpilation of node_modules with parcel I used to do this
I wanted to ask if there's some easy way you have thought of to accomplish this or if I really need to script editing a .zip? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
https://yarnpkg.com/cli/unplug Also you can apply patches to packages via https://yarnpkg.com/cli/patch |
Beta Was this translation helpful? Give feedback.
-
You could also use the patch protocol |
Beta Was this translation helpful? Give feedback.
https://yarnpkg.com/cli/unplug
Also you can apply patches to packages via https://yarnpkg.com/cli/patch