A quick example showing how the dense does not work in production with parcel but does with webpack
yarn start
yarn webpack:dev
yarn build
yarn webpack:prod
yarn build
yarn webpack:prod
See how clicking between dense and no dense has no affect on the production build of parcel but does on the webpack production build. Dev is fine in both