Use Streaming Imports to Improve Development Workflow and Save Hard Disk Space
Mar 2, 2021 · 5 min read · One feature I love about Snowpack is streaming imports, the ability to run your application dependencies from a CDN instead of installing them locally. This not only saves you precious time, but also saves your hard drive space. No more running npm...
DDenial commented


