Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(terser): terser_minified should support .mjs files when running o…
…n directory (#1264) Directory mode should match file mode which already allows .mjs files ``` def _filter_js(files): return [f for f in files if f.is_directory or f.extension == "js" or f.extension == "mjs"] ```
- Loading branch information