Appearance
在从 github 上把 vue3 源码下载下来后,打开 package.json 文件:
当执行 build script 时,会执行 scripts/build.js 文件,并且命令没有传递额外参数。
可以打上断点,点击 debug 来运行 build 脚本,进行调试。