assemblyscript
assemblyscript copied to clipboard
Optimize build flow, divide default build into release build and debu…
npm run build:debug means debug version (un-minified js files, contains the source maps)
npm run build:release means release version (source maps without source content, minified js files)
issue link: https://github.com/AssemblyScript/assemblyscript/issues/2286
Signed-off-by: Jesse [email protected]
- [x] I've read the contributing guidelines
- [x] I've added my name and email to the NOTICE file