summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2021-03-30 13:17:24 +0200
committerGitHub <noreply@github.com>2021-03-30 19:17:24 +0800
commitd099f0858f7554bd21c871bedb5e60e20e0eb9c9 (patch)
tree1304d7205deca55d93bfb8db34ec10ffab84b33c /package.json
parentcce006b857e273c58fc66b1aba20a9f719c7adef (diff)
downloadgitea-d099f0858f7554bd21c871bedb5e60e20e0eb9c9.tar.gz
gitea-d099f0858f7554bd21c871bedb5e60e20e0eb9c9.zip
Remove file-loader dependency (#15196)
- Upgrade webpack to 5.28 to enable publicPath option - Use asset modules in place of deprecated file-loader Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index a8abfd454e..0eabe56345 100644
--- a/package.json
+++ b/package.json
@@ -22,7 +22,6 @@
"easymde": "2.14.0",
"escape-goat": "3.0.0",
"fast-glob": "3.2.5",
- "file-loader": "6.2.0",
"font-awesome": "4.7.0",
"jquery": "3.6.0",
"jquery.are-you-sure": "1.9.0",
@@ -44,7 +43,7 @@
"vue-calendar-heatmap": "0.8.4",
"vue-loader": "15.9.6",
"vue-template-compiler": "2.6.12",
- "webpack": "5.27.1",
+ "webpack": "5.28.0",
"webpack-cli": "4.5.0",
"workbox-routing": "6.1.2",
"workbox-strategies": "6.1.2",