In my HTML, CSS, JS Project I want to bundle to make faster my website, minify and all the features that offer Parcel. How can I use Parcel with the CDN? or i can use that only with npm? I write this because i don't want to deploy an Express server with all that stuff. I thought to install npm, use the bundler and then delete node_modules, package.json etc.
Asked
Active
Viewed 226 times
0
-
Yes, a bundler is meant to be used once at build time, locally on your machine. The CDN only distributes the build artifacts. – Bergi Aug 10 '21 at 16:11
-
so after i used parcel through npm and ecc. i can delete package.json and all that stuff?? – hyden97 Aug 10 '21 at 21:11