mirror of
https://github.com/strapi/strapi.git
synced 2025-08-12 18:53:23 +00:00
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:
commit
e5ee7f05ac
@ -126,6 +126,8 @@ function watchFileChanges({ dir, strapiInstance, watchIgnoreFiles, polling }) {
|
||||
'**/node_modules',
|
||||
'**/node_modules/**',
|
||||
'**/plugins.json',
|
||||
'**/build',
|
||||
'**/build/**',
|
||||
'**/index.html',
|
||||
'**/public',
|
||||
'**/public/**',
|
||||
|
Loading…
x
Reference in New Issue
Block a user