Closed
Description
Versions.
@ngtools/[email protected]
Repro steps.
Using @ngtools/webpack
separetely, without Angular CLI.
npm install @ngtools/webpack webpack --save-dev
Results in a "Unmet peerDependencies" as @ngtools/webpack
requires a specific version of webpack (2.2.0), and webpack is now on a newer version (2.2.1 when I write this issue).
I understand Angular CLI is using a specific version of webpack, as there is many complex things to manage. But as a separate tool, @ngtools/webpack
should allow newer version of webpack, like any other dependencies.
@ngtools/webpack
works fine with [email protected]
in my app.
Metadata
Metadata
Assignees
Labels
No labels