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
As a follow-up to #81, I'd like to swap tsc out for a custom rollup build. Inlining dependencies should reduce the install footprint significantly and make everything a lot faster.
If possible, the dependencies should only include snowpack, preact, and the necessary @snowpack/plugin- packages. Everything else should be moved to devDependencies.
The text was updated successfully, but these errors were encountered:
Not sure if I should comment here or on #81. Either way this sounds like a good plan! What I don't understand is the size doesn't seem to be decreased in version 1.1.0-next.3...
As a follow-up to #81, I'd like to swap
tsc
out for a customrollup
build. Inlining dependencies should reduce the install footprint significantly and make everything a lot faster.If possible, the
dependencies
should only includesnowpack
,preact
, and the necessary@snowpack/plugin-
packages. Everything else should be moved todevDependencies
.The text was updated successfully, but these errors were encountered: