1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-03-05 13:20:20 -05:00

Fix webpack memory leak when copying HTML files

This commit is contained in:
Mark McDowall
2021-05-18 23:22:34 -07:00
parent 32f2d417d3
commit 2804a961cb
5 changed files with 542 additions and 62 deletions

View File

@@ -98,7 +98,6 @@
"babel-loader": "8.2.2",
"babel-plugin-inline-classnames": "2.0.1",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"copy-webpack-plugin": "8.1.1",
"core-js": "3.11.0",
"css-loader": "5.2.4",
"esformatter": "0.11.3",
@@ -107,6 +106,7 @@
"eslint-plugin-react": "7.23.2",
"esprint": "2.0.0",
"file-loader": "6.2.0",
"filemanager-webpack-plugin": "5.0.0",
"html-webpack-plugin": "5.3.1",
"loader-utils": "^2.0.0",
"mini-css-extract-plugin": "1.5.0",