Multi-Platform Synchronized Debugging
Starting from version 1.3.5, you can create a directory under the dist directory with the same name as the target platform and put the result under this directory, for example, if you compile to WeChat mini program, the final result is under the dist/weapp directory. config/index.js` is configured as follows.
/config/index.js
outputRoot: `dist/${process.env.TARO_ENV}`
Multi-terminal synchronous debugging requires opening multiple Tabs in the terminal tool to execute taro commands simultaneously for synchronous debugging, as follows, compiled into WeChat mini program and Alipay mini program.
The compiled directory is as follows, with two directories weapp
and alipay
under the dist
directory.