v4.1.1
Patch Changes
-
#588
b6081ccThanks @abernier! - Stop publishingsrc/app/api. A Route Handler cannot be statically exported, and the CLI
already leaves it behind when it copies the app, so it only ever travelled as dead weight —
37 kB of it, once its test is counted.One test file still ships,
src/app/[...slug]/page.test.ts. Nothing under a bracketed
directory can be excluded throughfilesunderpnpm, whatever the pattern:npm packhonours
!**/*.test.*there,pnpm packdoes not, and neither a directory negation nor an escaped
bracket reaches it. -
#590
a9f0ed8Thanks @abernier! -browse: render markdown tables as aligned columns instead of wrapped pipes