JS / TS Minifier
Minify JavaScript and TypeScript with oxc. Strips whitespace, shortens identifiers, and removes dead code. All processing happens locally.
Input
JavaScriptTypeScript
Output
Minified JS
Privacy FirstWorks OfflineNo Uploads
FAQ
- What syntax is supported?
- ES2024+, JSX, and TypeScript. Decorators and stage-3 proposals may not be fully supported yet.
- Are source maps generated?
- Source maps are not emitted in this version. The tool outputs minified code only.
- Is my code uploaded anywhere?
- No. All minification happens locally in your browser using WebAssembly.