You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This (cpx './!(node_modules)**/*.{png,ico}' public") worked in 3.0.0, but doesn't work in 4.0.0 when run in a directory with a static/foo.png file. This glob doesn't end up copying anything (but should). Granted, using the ignore flag is more efficient and intuitive, however it should continue working as is.
The text was updated successfully, but these errors were encountered:
If you are running into this issue on cpx2@^4 you can either run cpx2@^3 or convert your negative glob group into an git style ignore pattern while the issue is being resolved upstream.
This (
cpx './!(node_modules)**/*.{png,ico}' public"
) worked in 3.0.0, but doesn't work in 4.0.0 when run in a directory with astatic/foo.png
file. This glob doesn't end up copying anything (but should). Granted, using the ignore flag is more efficient and intuitive, however it should continue working as is.The text was updated successfully, but these errors were encountered: