Search Docs
boolean
true
Whether to clean all files in the dist path before starting compilation.
By default, Builder clean up the dist file, you can disable this behavior by setting cleanDistPath to false.
cleanDistPath
false
export default { output: { cleanDistPath: false, }, };