fix(client/web): remove css loader (#57)

This commit is contained in:
Hexxa 2021-05-21 15:19:28 +08:00 committed by GitHub
parent 10c13f5ad8
commit 047e3a8601
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 83 additions and 73 deletions

View file

@ -30,7 +30,6 @@
"@types/jest": "^24.0.12",
"assert": "^2.0.0",
"babel-loader": "^8.2.2",
"css-loader": "^2.1.1",
"deep-diff": "^1.0.2",
"html-webpack-plugin": "^4.0.0-beta.5",
"jest": "^26.6.3",
@ -44,7 +43,7 @@
"tslint": "^5.16.0",
"typescript": "^4.1.3",
"uglifyjs-webpack-plugin": "^2.1.3",
"webpack": "^5.0.0-rc.6",
"webpack": "^5.0.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^4.2.0",
"webpack-merge": "^4.2.1",