-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(@ngtools/webpack): change of CSS no longer breaks rebuild #4334
Conversation
return Promise.resolve(); | ||
} | ||
|
||
return silentExecAndWaitForOutputToMatch('ng', ['serve'], /webpack: bundle is now VALID|webpack: Compiled successfully./) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line seems awfully long... is it more than 100 characters?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One nit. LGTM.
nit fixed using regex consts |
@Brocco tested the fix in the PR, does not trigger the error anymore 👍 |
great guys, when do you think this will get into NPM? |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Fixes #4326
Fixes #4329