Minify JS build with terser

This commit is contained in:
Max Brunsfeld 2019-04-26 19:13:32 -07:00
parent 48743dda44
commit b4c4dc48ff
5 changed files with 42 additions and 22 deletions

View file

@ -25,6 +25,7 @@
"homepage": "https://github.com/tree-sitter/tree-sitter#readme",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.1.4"
"mocha": "^6.1.4",
"terser": "^3.17.0"
}
}