Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 347 Bytes

readme.md

File metadata and controls

15 lines (9 loc) · 347 Bytes

Browser Entrypoint Next.js Investigation

Running

pnpm -r install
pnpm -r exec ./snap.sh

How it works

snap.sh will build Next.js for the test case at hand and copies the relevant files to dist for analysis.

By opening each file, you can clearly see if browser.js, node.js, or both are included in the final bundles.