Merge pull request #11997 from strapi/enhancement/remove-build-from-watches

Remove the build directory from the watched files list
This commit is contained in:
cyril lopez 2021-12-23 10:18:28 +01:00 committed by GitHub
commit e5ee7f05ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,6 +126,8 @@ function watchFileChanges({ dir, strapiInstance, watchIgnoreFiles, polling }) {
'**/node_modules',
'**/node_modules/**',
'**/plugins.json',
'**/build',
'**/build/**',
'**/index.html',
'**/public',
'**/public/**',