wroughtec / tableDemo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tableDemo

A quick example showing how the dense does not work in production with parcel but does with webpack

Dev - parcel

yarn start

Dev - webpack

yarn webpack:dev

Prod - build (optional)

yarn build
yarn webpack:prod

Run server

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

About


Languages

Language:JavaScript 86.7%Language:HTML 12.4%Language:CSS 0.8%