Decrease NPM package size
- protobuf code generation has been slightly changed to eliminate not needed functions
- WASM code is generated once for both targets: web and NodeJS
- terser tool is used to transform generated JS code into more compacted form
- TS code is unified for both targets (web/NodeJS)
- Documentation file is not added anymore into produced package. Instead URL pointing committed version will be put into Readme.md file.
At the moment size changed from 5457481 B
to 2645883 B
Edited by Bartek Wrona