after the dist file is successfully packaged and generated, fs.writeFile generates a js file to the dist directory. Now the problem is that fs.writeFile has been executed in the vue.config.js configuration, but the dist directory has not been generated, indicating that the directory has not been found and cannot be written to the js file?