0.1.8 • Published 1 year ago

@wumijs/cli v0.1.8

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Usage

Build

Add a build script in package.json, its value could be wumi babel or wumi tsc.

Which one I should use:

  • If the package is a frontend/browser app, use babel.
  • If the performance is your concern, use babel.
  • If you wanna more easy customization, like passing options into the command, use tsc.
  • Otherwise, use tsc.