JS Minifier
Drop in one or more .js files (or paste code) and get back a single minified file.
Runs locally in your browser
Input
Characters: 84 · Lines: 5
Output
Waiting for input.
Your data stays in your browser. MiniFiles does not upload your input.
FAQ
- Can I combine multiple JS files into one minified bundle?
- Yes, upload several files and they're concatenated in the order selected, then minified together.
- Does this fully transpile modern syntax?
- No, it minifies as-is using Terser. It doesn't transpile newer syntax down to older JavaScript.