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
can replicate, enough issues with Rollup plugins on node 16 to bail entirely.
update: I was able to work around using node 14. however this isn't a viable solution, especially as we transition 16 into LTS this fall: https://nodejs.org/en/about/releases/
rollup: v2.50.5
rollup-plugin-copy: v3.4.0
code:
${srcDir}/images
:Actual result
${distDir}/images
:Expected result
${distDir}/images
is empty.The text was updated successfully, but these errors were encountered: