saso build
使用
saso 通过这个命令打包项目
saso build
options
-w --watch
: 开启watch
模式-d --dev --development
: 使用development
模式-p --prod --production
: 使用production
模式--debug
: debug 模式,会辅助输出部分内容-a --analyzer
: 使用 webpack-bundle-analyzer 分析bundle
--config <configFile>
: 通过命令行指定saso
的配置文件--entry <entryFile>
: 通过命令行指定打包的入口文件--port <port>
: 通过命令行指定端口,指定了port
时,则必定开启监听模式--no-clear
:saso
默认会清除上一次的编译信息以保持命令行的干净,使用这个参数则不会清除