Skip to content

Commit d08fc0d

Browse files
committed
Remove conflicting webpack deps. (Will readd later)
1 parent bc5850b commit d08fc0d

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

package.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,30 +48,22 @@
4848
"tns-core-modules": "2.4.4"
4949
},
5050
"devDependencies": {
51-
"@angular/compiler-cli": "2.3.1",
52-
"@ngtools/webpack": "1.1.6",
5351
"babel-traverse": "6.11.4",
5452
"babel-types": "6.11.1",
5553
"babylon": "6.8.4",
5654
"codelyzer": "~2.0.0-beta.3",
57-
"copy-webpack-plugin": "~3.0.1",
58-
"css-loader": "~0.26.0",
59-
"extract-text-webpack-plugin": "~2.0.0-beta.4",
6055
"fs-extra": "^0.30.0",
6156
"glob": "^7.0.5",
6257
"lazy": "1.0.11",
6358
"markdown-snippet-injector": "^0.2.0",
6459
"nativescript-dev-typescript": "^0.3.2",
65-
"nativescript-dev-webpack": "^0.2.11",
6660
"opener": "^1.4.1",
6761
"raw-loader": "~0.5.1",
68-
"resolve-url-loader": "~1.6.0",
6962
"rimraf": "^2.5.3",
7063
"tar.gz": "^1.0.5",
7164
"tns-platform-declarations": "^2.4.0",
7265
"tslint": "~4.0.2",
7366
"typescript": "~2.0.3",
74-
"webpack": "~2.1.0-beta.27",
7567
"zone.js": "~0.7.2"
7668
},
7769
"scripts": {
@@ -103,4 +95,4 @@
10395
"build-android-bundle": "tns build android --bundle --disable-npm-install",
10496
"build-ios-bundle": "tns build ios --bundle --disable-npm-install"
10597
}
106-
}
98+
}

0 commit comments

Comments
 (0)