You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(@ngtools/webpack): remove use of Webpack 5 deprecated compilationDependencies
The `Compilation.compilationDependencies` property is now deprecated in Webpack 5. The `Compilation.fileDependencies` property is now used instead with Webpack 5.
0 commit comments