assemblyscript icon indicating copy to clipboard operation
assemblyscript copied to clipboard

Optimize build flow, divide default build into release build and debu…

Open JesseCodeBones opened this issue 3 years ago • 0 comments

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

JesseCodeBones avatar May 10 '22 08:05 JesseCodeBones