This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Active le scope hoisting / tree shaking de Parcel V2
- Parcel 1.12.5 avec scope hoisting - `index.html` 169K - `style.88e06b34.css` 36K - `main.27939ae7.js` 264K - `service-worker.js` 4,2K - Parcel 2.0.1 sans scope hoisting - `index.html` 168K - `index.48dec129.css` 36K - `index.06fd10a8.js` 436K - `service-worker.js` 71K - Parcel 2.0.1 avec scope hoisting - `index.html` 168K - `index.48dec129.css` 36K - `index.5c7628de.js` 240K → version module - `index.696647a3.js` 282K → version nomodule - `service-worker.js` 36K On note que deux versions du JS sont générées : - une pour les navigateurs modernes capables de charger un script de type "module" - une option de repli pour les navigateurs plus anciens cf. https://parceljs.org/features/targets/#differential-bundling
- Loading branch information