In this Javascript tutorial we show how SnowPack 3 allows us to import npm packages without performing an npm install. Instead of this we use the skypack.dev CDN to pull these in an so can forgo this step and also the step of SnowPack converting these packages to ESM modules, thus speeding up our workflow even further.
Normal bundlers such as webpack, rollup and parcel will need to produce a new bundle even on the smallest of changes to the code. Not the case with SnowPack as it will update just the file that have changed. This process has been in place since SnowPack version 2, and in combination with the CDN install provided in V3 for fast iterations of web development this a pretty smart workflow.
Watch video Using SnowPack 3 for NPM less development online without registration, duration hours minute second in high quality. This video was added by user A shot of code 28 December 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 3,067 once and liked it 103 people.