bundlejs icon indicating copy to clipboard operation
bundlejs copied to clipboard

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

Results 20 bundlejs issues
Sort by recently updated
recently updated
newest added

shields.io has Bundlephobia integration. Lodash: ![lodash size](https://img.shields.io/bundlephobia/min/lodash?style=for-the-badge) Would be nice to have something similar with bundlejs.

The `browser` attribute is generally used instead of the `src` attribute by bundlers such as webpack. I also tried setting the `entryPoints` esbuild option but that did not work either....

Hi @bundlejs, thanks for your great tool. Today I checked my small UI library - wrap of Material UI --> But I have the error like the image below. I...

bug

I guess the setting allows only JSON but when trying to provide a Regex for `mangleProps` it fails to build

Just found out about this project. Looks awesome, especially because Bundlephobia has been pretty flaky as of late. In Safari, when selecting a package from the search select box, clicking...

It would be nice to have "eval" button to run the builded code. Btw. May, "Run" button should be renamed to "Build"?

`@floating-ui/react-dom` is ~5 kB with everything exported, but displays 52.2 kB because React+React DOM are included in the bundle. Further, a breakdown of the package composition would be good (like...

Is there a config shortcut to auto externals `dependencies` / `peerDependencies`? Something like this ``` { "esbuild": { "external": "auto", } } ```

I'm trying to bundle this set of exports: ```ts export { configureStore } from "@reduxjs/toolkit"; export {createApi} from "@reduxjs/toolkit/query/react"; export { Provider } from "react-redux"; ``` It downloads React-Redux okay,...

When trying to build [node-libcurl](https://github.com/JCMais/node-libcurl), I get the following error: ![bundlejs_node-libcurl](https://github.com/okikio/bundlejs/assets/86177399/253b917c-8d40-4add-9b36-b81080875742) The full error message is: ```text Error: [getRequest] Failed at request (https://unpkg.com/[email protected]/lib/binding/node_libcurl.node) Error: Couldn't load https://unpkg.com/[email protected]/lib/binding/node_libcurl.node (404 code) ```...