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
Not really an issue but I wanted to see which modules feather uses by checking the package file but there is no way to know which modules are used for building and which are used in live code.
The text was updated successfully, but these errors were encountered:
That's a good point, since only what's required gets pulled into the bundle at build time I didn't bother separating them out, but I didn't consider it from a viewer's perspective. I'll try to updated it when i have a minute, thanks!
The interesting thing about this is that arguably all the modules are dev dependencies because the resulting output is just static HTML, CSS and JS. There are no runtime dependencies.
Regardless, it probably makes sense to split between what's used directly in the client what isn't, which i suggested here: #6
Not really an issue but I wanted to see which modules feather uses by checking the package file but there is no way to know which modules are used for building and which are used in live code.
The text was updated successfully, but these errors were encountered: