Merge pull request #30605 from nextcloud/fix/remove_legacy_build_files

Clear dist folder during build
This commit is contained in:
Louis 2022-01-12 15:56:23 +01:00 committed by GitHub
commit 8d813219c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,6 +54,7 @@ module.exports = {
const rel = path.relative(rootDir, info.absoluteResourcePath)
return `webpack:///nextcloud/${rel}`
},
clean: true,
},
module: {