Minify function names in wasm build

This commit is contained in:
Max Brunsfeld 2019-09-16 11:38:29 -07:00
parent 7793bf2a5a
commit 9323ba52c8

View file

@ -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