cli: fix watching of dynamic plugin discovery
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -372,7 +372,7 @@ export async function createConfig(
|
||||
...(isDev
|
||||
? {
|
||||
watchOptions: {
|
||||
ignored: /node_modules/,
|
||||
ignored: /node_modules\/(?!__backstage-autodetected-plugins__)/,
|
||||
},
|
||||
}
|
||||
: {}),
|
||||
|
||||
Reference in New Issue
Block a user