style: format modified file to be consistent with prettier

Signed-off-by: vabf59 <thomas.triplett.vabf59@statefarm.com>
This commit is contained in:
vabf59
2024-09-09 08:29:30 -05:00
parent b4685e7510
commit 76587618e8
+4 -4
View File
@@ -349,10 +349,10 @@ export async function createConfig(
profile: false,
...(isDev
? {
watchOptions: {
ignored: /node_modules\/(?!\@backstage)/,
},
}
watchOptions: {
ignored: /node_modules\/(?!\@backstage)/,
},
}
: {}),
optimization,
bail: false,