fix: add watchOptions to frontend webpack config to fix issue with yarn pnp
Signed-off-by: vabf59 <thomas.triplett.vabf59@statefarm.com>
This commit is contained in:
@@ -347,6 +347,13 @@ export async function createConfig(
|
||||
return {
|
||||
mode,
|
||||
profile: false,
|
||||
...(isDev
|
||||
? {
|
||||
watchOptions: {
|
||||
ignored: /node_modules\/(?!\@backstage)/,
|
||||
},
|
||||
}
|
||||
: {}),
|
||||
optimization,
|
||||
bail: false,
|
||||
performance: {
|
||||
|
||||
Reference in New Issue
Block a user