Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 3da7593

Browse files
authored
Merge pull request #140 from NativeScript/lini/remove-wepack-deps
chor: update webpack and remove unneeded dependencies
2 parents 6cb106f + 3aec197 commit 3da7593

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

demo/package.json

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,9 @@
1616
"tns-core-modules": "4.1.0"
1717
},
1818
"devDependencies": {
19-
"awesome-typescript-loader": "~5.0.0",
2019
"babel-traverse": "6.12.0",
2120
"babel-types": "6.11.1",
2221
"babylon": "6.8.4",
23-
"clean-webpack-plugin": "~0.1.19",
24-
"copy-webpack-plugin": "~4.5.1",
25-
"css-loader": "~0.28.7",
26-
"extract-text-webpack-plugin": "~3.0.2",
2722
"filewalker": "0.1.2",
2823
"jasmine-core": "^2.5.2",
2924
"karma": "^1.3.0",
@@ -32,18 +27,10 @@
3227
"lazy": "1.0.11",
3328
"nativescript-css-loader": "~0.26.0",
3429
"nativescript-dev-typescript": "~0.7.1",
35-
"nativescript-dev-webpack": "0.12.0",
36-
"nativescript-worker-loader": "~0.8.1",
37-
"raw-loader": "~0.5.1",
38-
"resolve-url-loader": "~2.3.0",
30+
"nativescript-dev-webpack": "~0.14.0",
3931
"tns-platform-declarations": "^3.2.0",
4032
"tslint": "~5.4.3",
41-
"typescript": "~2.7.2",
42-
"uglifyjs-webpack-plugin": "~1.2.4",
43-
"webpack": "~4.5.0",
44-
"webpack-bundle-analyzer": "^2.9.1",
45-
"webpack-cli": "~2.0.14",
46-
"webpack-sources": "~1.0.1"
33+
"typescript": "~2.7.2"
4734
},
4835
"scripts": {
4936
"ci.tslint": "npm i && tslint --config '../tslint.json' 'app/**/*.ts' --exclude '**/node_modules/**'",

0 commit comments

Comments
 (0)