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

Commit 7ff023b

Browse files
sis0k0SvetoslavTsenov
authored andcommitted
refactor: remove unused extract-text-webpack-plugin (#737)
The plugin is not used in the webpack configurations anymore and can be removed.
1 parent 6ca74d0 commit 7ff023b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: dependencyManager.js

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ function removeObsoleteDeps(packageJson) {
5454
"raw-loader",
5555
"css-loader",
5656
"nativescript-worker-loader",
57-
"extract-text-webpack-plugin",
5857
"uglifyjs-webpack-plugin",
5958
"@angular-devkit/core",
6059
"resolve-url-loader",

Diff for: package.json

+5
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@
7474
"generate-android-snapshot": "./bin/generate-android-snapshot"
7575
},
7676
"dependencies": {
77+
"@angular-devkit/core": "~7.1.0",
78+
"awesome-typescript-loader": "~5.2.1",
79+
"clean-webpack-plugin": "~1.0.0",
80+
"copy-webpack-plugin": "~4.6.0",
81+
"css-loader": "~1.0.0",
7782
"global-modules-path": "2.0.0",
7883
"minimatch": "3.0.4",
7984
"nativescript-hook": "0.2.4",

0 commit comments

Comments
 (0)