Explanation:
- “Packaged File Directory” refers to the directory of static files generated after the project is packaged.
- Taking the following picture as an example, after the project executes the
npm run build
packaging command, a “dist directory” is generated under the root directory of the project. In this case, the “Packaged File Directory” should be filled withdist
.