diff options
author | silverwind <me@silverwind.io> | 2024-03-26 10:41:40 +0100 |
---|---|---|
committer | Earl Warren <contact@earl-warren.org> | 2024-03-30 07:17:30 +0100 |
commit | f77922ce4e82fbcf77672ee31644e6c30ac5a495 (patch) | |
tree | e9cc099c0fac69918f24c8c857a1948e1a0b39ce /webpack.config.js | |
parent | Fix gitea doctor will remove repo-avatar files when execute command `storage-... (diff) | |
download | forgejo-f77922ce4e82fbcf77672ee31644e6c30ac5a495.tar.xz forgejo-f77922ce4e82fbcf77672ee31644e6c30ac5a495.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
(cherry picked from commit c1ac72150885b327f56ea61273e27b16d6da5435)
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js index 8ab96b08ac..b6ecb29421 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -175,7 +175,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), |