mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
Minify function names in wasm build
This commit is contained in:
parent
7793bf2a5a
commit
9323ba52c8
|
|
@ -114,7 +114,6 @@ if [[ "$minify_js" == "1" ]]; then
|
|||
${web_dir}/node_modules/.bin/terser \
|
||||
--compress \
|
||||
--mangle \
|
||||
--keep-fnames \
|
||||
--keep-classnames \
|
||||
-- target/scratch/tree-sitter.js \
|
||||
> $web_dir/tree-sitter.js
|
||||
|
|
|
|||
Loading…
Reference in a new issue