diff options
author | silverwind <me@silverwind.io> | 2020-11-30 00:16:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-30 01:16:04 +0200 |
commit | 63aeb0a859499623becc1d1e7c8a2ad57439e139 (patch) | |
tree | 280345490729af42840c1dbe1d06772bd9a7fa3d /package.json | |
parent | e81edc02b9e93f625b9767386bbef6761f7bc291 (diff) | |
download | gitea-63aeb0a859499623becc1d1e7c8a2ad57439e139.tar.gz gitea-63aeb0a859499623becc1d1e7c8a2ad57439e139.zip |
Fix webpack build warnings (#13752)
Turns out some of the dependencies make use of optional dependencies
like the vue-template-compiler. Install them again and install
fomantic-ui only when it's being build to fix webpack warnings.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package.json b/package.json index 8f1196749e..e38d861aa9 100644 --- a/package.json +++ b/package.json @@ -52,9 +52,6 @@ "worker-loader": "3.0.5", "wrap-ansi": "7.0.0" }, - "optionalDependencies": { - "fomantic-ui": "2.8.7" - }, "devDependencies": { "eslint": "7.14.0", "eslint-plugin-html": "6.1.1", |