Skip to content

Commit 1aae92d

Browse files
committed
fix-next: revert to using @ngtools/webpack for new {N} projects
related to NativeScript/nativescript-dev-webpack#594
1 parent 8fda97a commit 1aae92d

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

Diff for: src/ng-new/application/_files/package.json

+36-36
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
2-
"name": "<%= utils.classify(name) %>",
3-
"license": "SEE LICENSE IN <your-license-filename>",
4-
"version": "0.0.0",
5-
"nativescript": {
6-
"id": "org.nativescript.<%= utils.sanitize(name) %>"
7-
},
8-
"dependencies": {
9-
"@angular/animations": "~6.0.0",
10-
"@angular/common": "~6.0.0",
11-
"@angular/compiler": "~6.0.0",
12-
"@angular/core": "~6.0.0",
13-
"@angular/forms": "~6.0.0",
14-
"@angular/http": "~6.0.0",
15-
"@angular/platform-browser": "~6.0.0",
16-
"@angular/platform-browser-dynamic": "~6.0.0",
17-
"@angular/router": "~6.0.0",
18-
"nativescript-angular": "~6.0.0",
19-
"nativescript-theme-core": "~1.0.4",
20-
"reflect-metadata": "~0.1.8",
21-
"rxjs": "~6.1.0",
22-
"tns-core-modules": "~4.1.0",
23-
"zone.js": "^0.8.26"
24-
},
25-
"devDependencies": {
26-
"@angular/cli": "6.1.0-beta.0",
27-
"@angular/compiler-cli": "~6.0.0",
28-
"@angular-devkit/build-angular": "0.7.0-beta.2",
29-
"@angular-devkit/core": "0.7.0-beta.2",
30-
"babel-traverse": "6.26.0",
31-
"babel-types": "6.26.0",
32-
"babylon": "6.18.0",
33-
"lazy": "1.0.11",
34-
"nativescript-dev-webpack": "^0.14.0",
35-
"nativescript-dev-typescript": "~0.7.0",
36-
"typescript": "~2.7.2"
37-
}
2+
"name": "<%= utils.classify(name) %>",
3+
"license": "SEE LICENSE IN <your-license-filename>",
4+
"version": "0.0.0",
5+
"nativescript": {
6+
"id": "org.nativescript.<%= utils.sanitize(name) %>"
7+
},
8+
"dependencies": {
9+
"@angular/animations": "~6.0.0",
10+
"@angular/common": "~6.0.0",
11+
"@angular/compiler": "~6.0.0",
12+
"@angular/core": "~6.0.0",
13+
"@angular/forms": "~6.0.0",
14+
"@angular/http": "~6.0.0",
15+
"@angular/platform-browser": "~6.0.0",
16+
"@angular/platform-browser-dynamic": "~6.0.0",
17+
"@angular/router": "~6.0.0",
18+
"nativescript-angular": "~6.0.0",
19+
"nativescript-theme-core": "~1.0.4",
20+
"reflect-metadata": "~0.1.8",
21+
"rxjs": "~6.1.0",
22+
"tns-core-modules": "~4.1.0",
23+
"zone.js": "^0.8.26"
24+
},
25+
"devDependencies": {
26+
"@angular/cli": "6.1.0-beta.0",
27+
"@angular/compiler-cli": "~6.0.0",
28+
"@ngtools/webpack": "~6.1.0-rc.0",
29+
"@angular-devkit/core": "0.7.0-beta.2",
30+
"babel-traverse": "6.26.0",
31+
"babel-types": "6.26.0",
32+
"babylon": "6.18.0",
33+
"lazy": "1.0.11",
34+
"nativescript-dev-webpack": "^0.14.0",
35+
"nativescript-dev-typescript": "~0.7.0",
36+
"typescript": "~2.7.2"
37+
}
3838
}

0 commit comments

Comments
 (0)