-
Notifications
You must be signed in to change notification settings - Fork 12k
Webpack peer dependency fixes #11152
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
Conversation
ddfb690
to
07cd01a
Compare
@@ -86,6 +90,11 @@ export interface AngularCompilerPluginOptions { | |||
// added to the list of lazy routes | |||
additionalLazyModules?: { [module: string]: string }; | |||
|
|||
// The ContextElementDependency of correct Webpack compilation. | |||
// This is needed when there are multiple Webpack installs. | |||
// tslint:disable-next-line:no-any |
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.
can remove the tslint disable here (and the one below on line 140)
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.
done
07cd01a
to
786be99
Compare
786be99
to
0ca79f8
Compare
af174a0
to
7a9e0b7
Compare
…ndency class This should allow multiple webpack versions in the workspace dependencies with no weird errors. Fix angular#6417 for good.
…to ngtools/webpack Should go in only together with "feat(@ngtools/webpack): allow passing in the right ContextElementDependency class".
7a9e0b7
to
14867c6
Compare
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. |
Fix #6417.
Fix #11152