mirror of
https://github.com/strapi/strapi.git
synced 2025-08-14 03:34:53 +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',
|
||||||
'**/node_modules/**',
|
'**/node_modules/**',
|
||||||
'**/plugins.json',
|
'**/plugins.json',
|
||||||
|
'**/build',
|
||||||
|
'**/build/**',
|
||||||
'**/index.html',
|
'**/index.html',
|
||||||
'**/public',
|
'**/public',
|
||||||
'**/public/**',
|
'**/public/**',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user