Skip to content

Commit

Permalink
Add bundlejs site (#38677)
Browse files Browse the repository at this point in the history
Add [bundlejs](https://bundlejs.com/) site - an online tool to quickly bundle & minify your projects, while viewing the compressed gzip/brotli bundle size, all running locally on your browser.

The lowercase name is intentional.
  • Loading branch information
nguyenyou committed Jul 15, 2022
1 parent 3017b60 commit bbbbe20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/going-to-production.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ To reduce the amount of JavaScript sent to the browser, you can use the followin
- [Package Phobia](https://packagephobia.com/) – Find the cost of adding a new dev dependency to your project.
- [Bundle Phobia](https://bundlephobia.com/) - Analyze how much a dependency can increase bundle sizes.
- [Webpack Bundle Analyzer](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer) – Visualize size of webpack output files with an interactive, zoomable treemap.
- [bundlejs](https://bundlejs.com/) - An online tool to quickly bundle & minify your projects, while viewing the compressed gzip/brotli bundle size, all running locally on your browser.

Each file inside your `pages/` directory will automatically be code split into its own JavaScript bundle during `next build`. You can also use [Dynamic Imports](/docs/advanced-features/dynamic-import.md) to lazy-load components and libraries. For example, you might want to defer loading your modal code until a user clicks the open button.

Expand Down

0 comments on commit bbbbe20

Please sign in to comment.