- 必须指定 local/builder.json 的 actualPlatform,构建生成的文件目录还会是 build/${PLATFORM},如果自定义的构建流程有依赖这种格式的话会导致意外事故;
- 在 --build options 中指定 actualPlatform 时,可以看到 console 会打印
Start building with options : {
...
"actualPlatform": "web-mobile",
...
但是最后生成的目录结构也不是 build/${actualPlatform}.


