1
Fork 0

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.
This commit is contained in:
silverwind 2020-11-30 00:16:04 +01:00 committed by GitHub
parent e81edc02b9
commit 63aeb0a859
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 543 additions and 4406 deletions

View file

@ -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",