bundlejs
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.
shields.io has Bundlephobia integration. Lodash:  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...
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:  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) ```...