summaryrefslogtreecommitdiffstats
path: root/webpack.config.js
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2024-03-26 10:41:40 +0100
committerGitHub <noreply@github.com>2024-03-26 09:41:40 +0000
commitc1ac72150885b327f56ea61273e27b16d6da5435 (patch)
tree0788d9974990e9f5b5ffc2b0c8440871a03e9f21 /webpack.config.js
parent9cf0f0bb040162509702ec9aaf7df6662ecc13b1 (diff)
downloadgitea-c1ac72150885b327f56ea61273e27b16d6da5435.tar.gz
gitea-c1ac72150885b327f56ea61273e27b16d6da5435.zip
Update JS any PY dependencies, remove workarounds (#30085)
- Update dependencies via `make update-js update-py svg` - Remove `postcss` workaround - https://github.com/postcss/postcss/issues/1914 - Remove `happy-dom` workaround - https://github.com/capricorn86/happy-dom/pull/1365. - Tested Katex and Asciinema
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 00952f90b4..0b0e7403e8 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -171,7 +171,6 @@ export default {
loader: 'postcss-loader',
options: {
postcssOptions: {
- map: false, // https://github.com/postcss/postcss/issues/1914
plugins: [
tailwindcssNesting(postcssNesting({edition: '2024-02'})),
tailwindcss(tailwindConfig),