mirror of
https://github.com/strapi/strapi.git
synced 2025-12-26 22:54:31 +00:00
Remove the build directory from the watched files list
This commit is contained in:
parent
fd656a4769
commit
1fdfa866dc
@ -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