diff options
author | silverwind <me@silverwind.io> | 2020-04-30 08:26:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-30 07:26:37 +0100 |
commit | 310699bca71f15cc7b46363800574ba6e74d8c5c (patch) | |
tree | 0eeb028ed12cafadd7043deb5db7dcb97e84b333 /package.json | |
parent | bfda0f38646f66dbae2767eed3097489c456ebf5 (diff) | |
download | gitea-310699bca71f15cc7b46363800574ba6e74d8c5c.tar.gz gitea-310699bca71f15cc7b46363800574ba6e74d8c5c.zip |
Patch fomantic-ui to workaround build issue (#11244)
* Patch fomantic-ui to workaround build issue
Better workaround than https://github.com/go-gitea/gitea/issues/10653
for https://github.com/fomantic/Fomantic-UI/issues/1356. It does not
seem like we're getting a new Fomantic-UI release anytime soon, so
this patches it after node_modules installation.
Fixes: https://github.com/go-gitea/gitea/issues/11243
Fixes: https://github.com/go-gitea/gitea/issues/10679
* copy instead of patch
* update package-lock.json
* Update Makefile
Co-Authored-By: Sorien <Sorien@users.noreply.github.com>
* Update web_src/fomantic/css.js
Co-Authored-By: zeripath <art27@cantab.net>
Co-authored-by: Sorien <Sorien@users.noreply.github.com>
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json index ec661a90ba..d520fa38a8 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,6 @@ "@primer/octicons": "9.6.0", "babel-loader": "8.1.0", "clipboard": "2.0.6", - "copy-webpack-plugin": "5.1.1", "core-js": "3.6.5", "css-loader": "3.5.2", "cssnano": "4.1.10", |