bundle-require icon indicating copy to clipboard operation
bundle-require copied to clipboard

bundle and `require` a file, the same way Vite loads `vite.config.ts`

Results 18 bundle-require issues
Sort by recently updated
recently updated
newest added

Since `^4.0.3` it is no longer possible to bundle files from the node_modules. This can happen because the path is marked as external by `args.path.match(PATH_NODE_MODULES_RE)`, even if it has been...

[Here's an example](https://codesandbox.io/p/devbox/c63ynj?file=%2Fsrc%2Fapp%2Findex.js%3A8%2C15) Step to reproduce: ``` yarn yarn start ``` I see that the Readme says: `node_modules are excluded because it's problematic to try to bundle them`. But what...

tsup uses bundle-require to load its tsup.config.ts file. By default bundle-requires uses the tsconfig.json file (but does support a custom one 👍) When setting target to "es5" tsup uses esbuild...

According to [release notes of v0.17.0](https://github.com/evanw/esbuild/releases/tag/v0.17.0), `watch` option is removed and it cause `bundle-require` to error: ``` ✘ [ERROR] Invalid option in build() call: "watch" /Users/otakustay/Develop/reskript/node_modules/.pnpm/[email protected]/node_modules/esbuild/lib/main.js:255:12: 255 │ throw new...

Sometimes I found issues like that during heavy parallel builds (prettier + jest + eslint + tsc + tsup): ``` build 01-Oct-2022 21:31:04 xxx:lint: build 01-Oct-2022 21:31:04 xxx:lint: Oops! Something...

This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/) ## Open These updates have all been created already. Click a checkbox below to force a retry/rebase of...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vitest](https://togithub.com/vitest-dev/vitest) | [`0.2.5` -> `0.15.2`](https://renovatebot.com/diffs/npm/vitest/0.2.5/0.15.2) | [![age](https://badges.renovateapi.com/packages/npm/vitest/0.15.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [esbuild](https://togithub.com/evanw/esbuild) | [`0.13.15` -> `0.14.47`](https://renovatebot.com/diffs/npm/esbuild/0.13.15/0.14.47) | [![age](https://badges.renovateapi.com/packages/npm/esbuild/0.14.47/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [tsup](https://togithub.com/egoist/tsup) | [`5.11.11` -> `6.1.2`](https://renovatebot.com/diffs/npm/tsup/5.11.11/6.1.2) | [![age](https://badges.renovateapi.com/packages/npm/tsup/6.1.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://togithub.com/actions/setup-node) | action | major | `v2` -> `v3` | ---...