Remove the build directory from the watched files list

This commit is contained in:
Convly 2021-12-22 16:55:32 +01:00
parent fd656a4769
commit 1fdfa866dc

View File

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