DEV Community

Discussion on: Building a basic website with Parcel

Collapse
 
jonrandy profile image
Jon Randy 🎖️

Why on earth would you use a bundler for a project of this size? Better still, just use native import features to pull in dependencies from a CDN like SkyPack (e.g. import moment from 'https://cdn.skypack.dev/moment'). If everyone loaded dependencies like this, the web could become much faster as many, many libs would be cached in browsers