swc/crates/swc_ecma_minifier/.gitignore
Donny/강동윤 1c1c9f0eae
fix(es/minifier): Fix bugs (#2955)
swc_ecma_minifier:
 - Improve the script for extracting inputs from next.js app.
 - Ensure the name is removed on inlining.
 - Respect `inline_prevented`.
2022-01-05 05:12:52 +09:00

9 lines
106 B
Plaintext

# Used to see ideal output using terser
/lab.js
private/
# Used for reducing
/input.js
/output.js
*.orig