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

Commit 523b896

Browse files
authored
refactor: remove unused extract-text-webpack-plugin (#737)
The plugin is not used in the webpack configurations anymore and can be removed.
1 parent ee2c135 commit 523b896

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
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

-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
"clean-webpack-plugin": "~1.0.0",
8080
"copy-webpack-plugin": "~4.6.0",
8181
"css-loader": "~1.0.0",
82-
"extract-text-webpack-plugin": "~3.0.2",
8382
"global-modules-path": "2.0.0",
8483
"minimatch": "3.0.4",
8584
"nativescript-hook": "0.2.4",

0 commit comments

Comments
 (0)