when adding the plugin @esbuild-plugins/tsconfig-paths it causes issues when adding a TS alias to externals
for more details please see this issue
it can be solved by applying the built-in esbuild's resolve function.
esbuild doesn't resolve the paths that handled by plugins.
when adding the plugin
@esbuild-plugins/tsconfig-pathsit causes issues when adding a TS alias to externalsfor more details please see this issue
it can be solved by applying the built-in esbuild's resolve function.
esbuild doesn't resolve the paths that handled by plugins.