Skip to content

Commit

Permalink
dep: remove font-awesome-webpack
Browse files Browse the repository at this point in the history
The commit removes `font-awesome-webpack` as a dependency since:
- the dependency was outdated
- the dependency is no longer maintained
- the dependency has high security vulnerabilities
- the dependency does not support newer versions of webpack

The change now uses the already used `css-loader` and `url-loader` to
load font-awesome icons and fonts.

Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
  • Loading branch information
vince-fugnitto committed Nov 11, 2021
1 parent 1b37d75 commit bb5a436
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 729 deletions.
1 change: 0 additions & 1 deletion dev-packages/application-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"copy-webpack-plugin": "^8.1.1",
"css-loader": "^6.2.0",
"electron-rebuild": "^1.8.6",
"font-awesome-webpack": "0.0.5-beta.2",
"fs-extra": "^4.0.2",
"ignore-loader": "^0.1.2",
"less": "^3.0.3",
Expand Down
Loading

0 comments on commit bb5a436

Please sign in to comment.