esbuild-node-externals icon indicating copy to clipboard operation
esbuild-node-externals copied to clipboard

Easily exclude node modules in Esbuild

Results 6 esbuild-node-externals issues
Sort by recently updated
recently updated
newest added

Consider a pnpm monorepo: ``` packages/foo (depends on axios, bar) packages/bar (depends on express) ``` I would like to have foo and bar compiled, but keep axios and express as...

enhancement
help wanted

Hey there! I was attempting to debug a tree-shaking issue I was seeing and identified that when I include this package, esbuild's out-of-the-box tree-shaking fails to execute. I have a...

bug
help wanted

Hi :) I found a potential bug in the plugin's onResolve hook. When i have a scoped package in my `allowList` like `@myrepo/foobar` and want to import a subpath of...

bug
help wanted

:robot: I have created a release \*beep\* \*boop\* --- ### [1.13.2](https://www.github.com/pradel/esbuild-node-externals/compare/v1.13.1...v1.13.2) (2024-05-07) ### Tests * fix unit test assert ([#60](https://www.github.com/pradel/esbuild-node-externals/issues/60)) ([0f3f818](https://www.github.com/pradel/esbuild-node-externals/commit/0f3f818537d26b4d58fc8ba5924c29debfd647ae)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).

autorelease: pending

* build the plugin itself with esbuild, drop `tslib` * replace `find-up` with node API

@pradel , This might be useful for proposals testing