rsnext/packages/next/client
Jan Potoms 7078318543
Shave a few bytes off the bootstrap code (#14457)
Saw in the client bootstrap script that the error message was printed alongside the stacktrace. This is unnecessary since the stacktrace already includes the error message. In fact, it seems like browsers already do a good job of printing an error with its stacktrace when you just print them using `console.error`. It's a bit minor, but this should shave off a few bytes of the bundle.
2020-06-22 17:50:17 +00:00
..
dev Do not remove no-FOUC styles too early (#14448) 2020-06-22 14:10:19 +00:00
head-manager.js Remove Head.rewind as it's no longer needed (#14091) 2020-06-11 22:09:06 +00:00
index.js Remove Head.rewind as it's no longer needed (#14091) 2020-06-11 22:09:06 +00:00
link.tsx Update handling for basePath to only automatically add (#13817) 2020-06-08 15:59:50 +00:00
next-dev.js Remove unused variable (#13716) 2020-06-03 11:58:58 -04:00
next.js Shave a few bytes off the bootstrap code (#14457) 2020-06-22 17:50:17 +00:00
page-loader.js Fix prefetch and some other issues with optional catch all (#14400) 2020-06-22 03:00:30 +00:00
performance-relayer.js Upgrade to Prettier 2 (#13061) 2020-05-18 15:24:37 -04:00
polyfills.js polyfills 2020-03-30 16:26:25 -04:00
router.ts Upgrade to Prettier 2 (#13061) 2020-05-18 15:24:37 -04:00
with-router.tsx Convert wrapper class to function component (#9095) 2019-11-09 14:56:59 -08:00