gregives / critical-issue-528-reproduction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reproduction for Critical issue 528

This is a very simple site created with Eleventy to reproduce Critical issue 528. The reason this reproduction causes a MaxListenersExceededWarning is because critical.generate is called ≥15 times (at least once per HTML file).

All of the HTML files in src are identical.

I have enabled trace warnings, so all you need to run is:

npm install
npm run build

About


Languages

Language:HTML 95.3%Language:JavaScript 4.4%Language:CSS 0.3%