Reland chore: update to webpack v5.58.2 (#9498)

* Revert "Revert "chore: update to webpack v5.58.2 (#9479)" (#9489)"

This reverts commit e5a3c9b907.

* Fix icons
This commit is contained in:
Max Schmitt 2021-10-14 17:36:59 +02:00 committed by GitHub
parent 1c7a7fcf23
commit d851f4d58b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 1649 additions and 5578 deletions

7199
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -62,7 +62,7 @@
"@types/resize-observer-browser": "^0.1.4",
"@types/rimraf": "^3.0.0",
"@types/source-map-support": "^0.4.2",
"@types/webpack": "^4.41.25",
"@types/webpack": "^5.28.0",
"@types/ws": "7.2.6",
"@types/xml2js": "^0.4.5",
"@types/yazl": "^2.4.2",
@ -75,26 +75,26 @@
"chromedriver": "^94.0.0",
"commonmark": "^0.29.1",
"concurrently": "^6.2.1",
"copy-webpack-plugin": "^6.4.1",
"copy-webpack-plugin": "^9.0.1",
"cross-env": "^7.0.2",
"css-loader": "^5.2.6",
"css-loader": "^6.4.0",
"electron": "^12.2.1",
"eslint": "^7.31.0",
"eslint-plugin-notice": "^0.9.10",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.1.0",
"file-loader": "^6.2.0",
"formidable": "^1.2.2",
"html-webpack-plugin": "^4.4.1",
"html-webpack-plugin": "^5.3.2",
"ncp": "^2.0.0",
"node-stream-zip": "^1.11.3",
"proxy": "^1.0.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"socksv5": "0.0.6",
"style-loader": "^1.2.1",
"style-loader": "^3.3.0",
"typescript": "^4.4.3",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack": "^5.58.2",
"webpack-cli": "^4.9.0",
"xml2js": "^0.4.23",
"yaml": "^1.10.0"
}

View File

@ -34,10 +34,6 @@ module.exports = {
test: /\.css$/,
use: ['style-loader', 'css-loader']
},
{
test: /\.ttf$/,
use: ['file-loader']
}
]
},
plugins: [

View File

@ -34,10 +34,6 @@ module.exports = {
test: /\.css$/,
use: ['style-loader', 'css-loader']
},
{
test: /\.ttf$/,
use: ['file-loader']
}
]
},
plugins: [

View File

@ -34,10 +34,6 @@ module.exports = {
test: /\.css$/,
use: ['style-loader', 'css-loader']
},
{
test: /\.ttf$/,
use: ['file-loader']
}
]
},
plugins: [