Refactor & Bundle JavaScript Project

Job ID: 40166983

Budget: $30 – $250 USD

I have a JavaScript project that fails during bundling with esbuild:

npx esbuild src/*.js --bundle --format=iife --minify --outfile=dist/*.js


I need help locating the code that’s breaking the build, improving the project structure, and producing a clean, browser-safe bundle. This includes working in both directions: preparing and structuring source code for bundling/minification and, vice-versa, reversing that process to debug, refactor, or restore readable source from bundled output.