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
rcu is making npm grab eval2, tippex and vlq, but they aren't actually used, because rollup is set up to bundle them into the dist/ packages. So, either these dependencies should be moved to devDependencies, or rollup-plugin-node-resolve shouldn't be used any more.
The text was updated successfully, but these errors were encountered:
rcu
is makingnpm
grabeval2
,tippex
andvlq
, but they aren't actually used, becauserollup
is set up to bundle them into thedist/
packages. So, either thesedependencies
should be moved todevDependencies
, orrollup-plugin-node-resolve
shouldn't be used any more.The text was updated successfully, but these errors were encountered: