DEV Community

Cover image for Major updates for bundlejs.com v0.0.3
Okiki Ojo
Okiki Ojo

Posted on • Originally published at blog.okikio.dev on

Major updates for bundlejs.com v0.0.3

I released major updates for https://bundlejs.com, they include

  • add copy, wrap, format & reset btns
  • add PWA screenshots & sharing to PWA
  • detect offline/online mode
  • faster preloading & prefetching
  • prefetch workers
  • preload monaco.min.js for faster perf
  • and more....

You can read more about bundlejs.com on the Github repo,

GitHub logo okikio / bundlejs

An online tool to quickly bundle & minify your projects, while viewing the compressed gzip/brotli bundle size, all running locally on your browser.

bundlejs

✨ WOOOOOOH!! ✨ The bundlejs api is now out at deno.bundlejs.com and/or edge.bundlejs.com, bundle your code and get a badge.

Check out the announcement tweet

I see a badge, you see a badge, we all see badges!!!

spring-easing's badge

To create a badge just replace the domain bundlejs.com domain with deno.bundlejs.com and add /?badge, yeah, that simple

bundle - An online npm package bundle size checker | Product Hunt Open In Gitpod

A small online tool for checking the minified gzip/brotli size of npm packages.

I used monaco-editor for the code-editor, esbuild as bundler and treeshaker respectively, denoflate as a wasm port of gzip, deno_brotli as a wasm port of brotli, deno_lz4 as a wasm port of lz4, bytes to convert the compressed size to human readable values, esbuild-visualizer to visualize and analyze your esbuild bundle to see which modules are taking up space and, umami for private, publicly available analytics and general usage stats all without cookies.

This project was greatly influenced by…

Top comments (0)