mirror of
https://github.com/zadam/trilium.git
synced 2025-01-29 02:18:18 +08:00
upgrading webpack fixes the issue with broken mobile frontend (and hacky fix which breaks desktop in turn)
This commit is contained in:
parent
b50638e85c
commit
1ac1bf12a2
3 changed files with 3569 additions and 590 deletions
|
@ -7,10 +7,6 @@ fi
|
|||
|
||||
npm run webpack
|
||||
|
||||
# problem with circular dependencies: https://github.com/webpack/webpack/issues/9173
|
||||
# source issue: https://github.com/zadam/trilium/issues/1300
|
||||
find ./src/public/app-dist -type f -exec sed -i 's/const /var /g' {} +
|
||||
|
||||
DIR=$1
|
||||
|
||||
rm -rf $DIR
|
||||
|
|
4151
package-lock.json
generated
4151
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -86,8 +86,8 @@
|
|||
"jsdoc": "3.6.6",
|
||||
"lorem-ipsum": "2.0.3",
|
||||
"rcedit": "2.2.0",
|
||||
"webpack": "5.0.0-beta.32",
|
||||
"webpack-cli": "4.0.0-beta.8"
|
||||
"webpack": "5.1.0",
|
||||
"webpack-cli": "4.0.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"electron-installer-debian": "2.0.1"
|
||||
|
|
Loading…
Reference in a new issue