Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 253 Bytes

File metadata and controls

11 lines (7 loc) · 253 Bytes

Developer note

Use @vercel/ncc to compile code and all modules into one single file used for distribution.

npm i -g @vercel/ncc

ncc build src/index.js --license LICENSE.txt

The compiled file will be located under folder ./dist