We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b8568 commit 325990fCopy full SHA for 325990f
tests/legacy-cli/e2e/tests/build/prod-build.ts
@@ -26,7 +26,7 @@ function verifySize(bundle: string, baselineBytes: number) {
26
export default async function () {
27
// Can't use the `ng` helper because somewhere the environment gets
28
// stuck to the first build done
29
- const bootstrapRegExp = /bootstrapModule\([_a-zA-Z]+[0-9]*\)\./;
+ const bootstrapRegExp = /bootstrapModule\([\$_a-zA-Z]+[0-9]*\)\./;
30
31
await noSilentNg('build');
32
await expectFileToExist(join(process.cwd(), 'dist'));
0 commit comments