Skip to content

Commit c3d0d8c

Browse files
authored
chore: remove webpack devDependencies (#38)
The removed devDependencies are dependencies of nativescript-dev-webpack now and are not needed in the app's package.json anymore.
1 parent 99bd3a7 commit c3d0d8c

File tree

2 files changed

+9
-17
lines changed

2 files changed

+9
-17
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,9 @@ report
77

88
app/**/*.js
99
app/**/*.map
10-
package-lock.json
10+
package-lock.json
11+
12+
# Webpack files
13+
tsconfig.esm.json
14+
webpack.config.js
15+

package.json

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"version": "next"
1010
},
1111
"tns-android": {
12-
"version": "next"
12+
"version": "4.2.0-2018-06-18-02"
1313
}
1414
},
1515
"dependencies": {
@@ -30,31 +30,18 @@
3030
"zone.js": "^0.8.4"
3131
},
3232
"devDependencies": {
33-
"@angular-devkit/core": "~0.5.5",
34-
"@angular/compiler-cli": "~6.0.0",
35-
"@ngtools/webpack": "~6.0.0",
33+
"@angular/compiler-cli": "~6.1.0-beta.1",
3634
"babel-traverse": "6.24.1",
3735
"babel-types": "6.24.1",
3836
"babylon": "6.17.0",
39-
"clean-webpack-plugin": "~0.1.19",
4037
"codelyzer": "^4.0.0",
41-
"copy-webpack-plugin": "~4.5.1",
42-
"css-loader": "~0.28.7",
43-
"extract-text-webpack-plugin": "~3.0.2",
4438
"filewalker": "^0.1.3",
4539
"lazy": "1.0.11",
4640
"nativescript-dev-typescript": "next",
4741
"nativescript-dev-webpack": "next",
48-
"nativescript-worker-loader": "~0.8.1",
49-
"raw-loader": "~0.5.1",
50-
"resolve-url-loader": "~2.3.0",
5142
"tslint": "^5.4.3",
5243
"typescript": "~2.7.2",
53-
"uglifyjs-webpack-plugin": "~1.1.6",
54-
"webpack": "~4.5.0",
55-
"webpack-bundle-analyzer": "^2.9.1",
56-
"webpack-sources": "~1.1.0",
57-
"webpack-cli": "~2.0.14"
44+
"@angular-devkit/build-angular": "~0.7.0-rc.0"
5845
},
5946
"scripts": {
6047
"tslint": "tslint --config tslint.json 'app/**/*.ts'",

0 commit comments

Comments
 (0)