The Linux 64-bit binary for esbuild, a JavaScript bundler and minifier. This package is a platform-specific dependency automatically installed by the esbuild npm package on Linux x64 systems. Version 0.0.2035 is a placeholder; the current stable esbuild version is 0.28.0. esbuild is known for its extreme speed, native Go implementation, and zero-config bundling. It supports ES modules, CommonJS, TypeScript, JSX, CSS bundling, and minification. Unlike Webpack or Rollup, esbuild is a single binary with minimal configuration.
npm install esbuild-linux-64-for-imbaNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Bundles a TypeScript React app into a single minified output with sourcemaps and environment variable definitions.
npm install esbuild (not esbuild-linux-64-for-imba)
Use define: { 'process.env.NODE_ENV': '"production"' } instead of inject.Set 'format' to 'cjs' if you need CommonJS output, or avoid require() in source.
Run 'npm install esbuild' (not the platform-specific subpackage) and use 'import esbuild from "esbuild"'.
Add 'loader: { ".tsx": "tsx" }' to the build options.Install the top-level 'esbuild' package: 'npm install esbuild'.
No dependency data recorded yet.