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.
## Code editor contents ```ts // Click Build for the Bundled, Minified & Compressed package size export * from "[email protected]"; export { default } from "[email protected]"; ``` ## URL https://bundlejs.com/?q=recharts%402.8.0...
https://bundlejs.com/?q=active-inflector&treeshake=%5B*%5D ## FireFox   ## Chrome  
https://bundlejs.com/?q=npm%2Flib%2Fcli-entry.js The error during the bundling: ``` http-url:https://unpkg.com/[email protected]/lib/:1:1 ``` Where `https://unpkg.com/[email protected]/lib/` returns HTML (404) while `https://unpkg.com/[email protected]/lib/index.js` does return JS. Is there any option that enables node-like resolving?
```js // Click Build for the Bundled, Minified & Compressed package size export * from "[email protected]"; export { default as jestDefault } from "[email protected]"; ``` results in ``` ✘ [ERROR]...
Hi 👋 , Thanks for working on bundlejs - really love the tool ❤️ . We use it to show the bundle size in our readme at https://github.com/TanStack/query, which works...
The default example of https://www.npmjs.com/package/@opentelemetry/sdk-trace-web is not bundling :( ```ts import { ConsoleSpanExporter, SimpleSpanProcessor, WebTracerProvider, } from '@opentelemetry/sdk-trace-web'; import { DocumentLoad } from '@opentelemetry/plugin-document-load'; import { ZoneContextManager } from '@opentelemetry/context-zone';...
### Description: When clicking the **Build** button, the `config` query string in the URL is sometimes removed unexpectedly. This doesn’t happen consistently—I'd estimate it occurs around 50% of the time....
The site has the following example: ``` [](https://bundlejs.com/?q=spring-easing) ``` What other options are available for the `badge` and `badge-style` query parameters?
👋 Hello! I'm trying to build the library: ```export * from "[email protected]"; export { default } from "[email protected]"; ``` It consistently fails due to: ``` ✘ [ERROR] [getRequest] Failed at...