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
👋 I'm using this package together with SvelteKit. Since it uses a compiler + bundler approach, most dependencies are put in devDependencies because they get bundled during build and are not required at runtime. The --include-dev flag works great, but there are also some dependencies that aren't very useful to see, like typescript for example - nothing can be done about this dependency. So it would be great if it was possible to add --ignore=typescript,eslint to remove those packages from the list to reduce clutter.
The text was updated successfully, but these errors were encountered:
👋 I'm using this package together with SvelteKit. Since it uses a compiler + bundler approach, most dependencies are put in
devDependencies
because they get bundled during build and are not required at runtime. The--include-dev
flag works great, but there are also some dependencies that aren't very useful to see, liketypescript
for example - nothing can be done about this dependency. So it would be great if it was possible to add--ignore=typescript,eslint
to remove those packages from the list to reduce clutter.The text was updated successfully, but these errors were encountered: