Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 0aa326a

Browse files
vakrilovsis0k0
vakrilov
authored andcommitted
chore: switched to ngtools/[email protected]
1 parent ff5eb37 commit 0aa326a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dependencyManager.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function getRequiredDeps(packageJson) {
9090
};
9191

9292
if (!dependsOn(packageJson, "@angular-devkit/build-angular")) {
93-
deps["@ngtools/webpack"] = "~6.1.0";
93+
deps["@ngtools/webpack"] = "~6.2.0-beta.3";
9494
}
9595

9696
return deps;

index.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ const {
88
isIos,
99
} = require("./projectHelpers");
1010

11-
Object.assign(exports, require('./plugins'));
12-
Object.assign(exports, require('./host/resolver'));
13-
Object.assign(exports, require('./transformers/ns-replace-bootstrap'));
11+
Object.assign(exports, require("./plugins"));
12+
Object.assign(exports, require("./host/resolver"));
13+
Object.assign(exports, require("./transformers/ns-replace-bootstrap"));
1414

1515
exports.getAotEntryModule = function (appDirectory) {
1616
verifyEntryModuleDirectory(appDirectory);

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@
9595
"@types/node": "^8.0.0",
9696
"conventional-changelog-cli": "^1.3.22",
9797
"typescript": "~2.9.1",
98-
"@ngtools/webpack": "git+https://github.com/angular/ngtools-webpack-builds.git"
98+
"@ngtools/webpack": "~6.2.0-beta.3"
9999
}
100100
}

0 commit comments

Comments
 (0)