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

## 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 ![image](https://github.com/okikio/bundlejs/assets/199018/26b37fe8-27fa-4f37-9dc2-be125257f82d) ![image](https://github.com/okikio/bundlejs/assets/199018/cca82bc3-557a-4b75-b2fa-d6046e10d87b) ## Chrome ![image](https://github.com/okikio/bundlejs/assets/199018/4bbf5870-ca90-4cf1-af43-e10e0245c33f) ![image](https://github.com/okikio/bundlejs/assets/199018/0a29fb20-282f-4860-ac94-665230491238)

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: ``` [![spring-easing's badge](https://deno.bundlejs.com/?q=spring-easing&badge=detailed&badge-style=for-the-badge)](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...