0.6.5 • Published 7 years ago

react-sea-cli v0.6.5

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

react-sh API

argv

The command line arguments.

  • build bool
  • production bool
  • compress bool
  • configFilePath string

configFile

Manually create a react-dev.json file or other name(set by argv with --configFilename).

  • target
    • key string The code name.
    • publicPath string The js file online url.
    • distPath string The output file directory.
    • disable bool If true, the compiler will ignore this target.
    • filename string The entry file full path.
    • isLibrary bool If true, the output js will wrap with UMD format(default false).
  • modulesNeedBabel array
  • devPublicPath string