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

Commit b39c89f

Browse files
committed
chor: update webpack and remove unneeded dependencies
1 parent e0ca60a commit b39c89f

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

demo/package.json

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,15 @@
2121
"tns-core-modules": "~4.1.0"
2222
},
2323
"devDependencies": {
24-
"awesome-typescript-loader": "~5.0.0",
2524
"babel-traverse": "6.26.0",
2625
"babel-types": "6.26.0",
2726
"babylon": "6.18.0",
28-
"clean-webpack-plugin": "~0.1.19",
29-
"copy-webpack-plugin": "~4.5.1",
30-
"extract-text-webpack-plugin": "~3.0.2",
3127
"lazy": "1.0.11",
3228
"nativescript-css-loader": "~0.26.0",
3329
"nativescript-dev-typescript": "~0.6.0",
34-
"nativescript-dev-webpack": "~0.12.0",
35-
"nativescript-worker-loader": "~0.8.1",
36-
"raw-loader": "~0.5.1",
37-
"resolve-url-loader": "~2.3.0",
30+
"nativescript-dev-webpack": "~0.14.0",
3831
"tslint": "^5.8.0",
39-
"typescript": "~2.7.2",
40-
"uglifyjs-webpack-plugin": "~1.2.4",
41-
"webpack": "~4.5.0",
42-
"webpack-bundle-analyzer": "^2.9.1",
43-
"webpack-cli": "~2.0.14",
44-
"webpack-sources": "~1.1.0",
45-
"css-loader": "~0.28.7",
46-
"uglifyjs-webpack-plugin": "~1.1.6"
32+
"typescript": "~2.7.2"
4733
},
4834
"scripts": {
4935
"build.plugin": "cd ../src && npm run build",

0 commit comments

Comments
 (0)