cefn / lauf

Monorepo for lauf packages.
MIT License
5 stars 0 forks source link

Examine Webpack bundle size for counter #186

Open cefn opened 1 year ago

cefn commented 1 year ago

Webpack dev build was breaking my playwright tests because it had a bundle size hint blocking all interaction with the page.

The bundle size warning went away when I increased the webpack config to allow a bundle size up to 512k. The bundle size should now be examined.