mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-28 20:38:49 +01:00
🐛 add iconv-lite dep Fix https://github.com/siyuan-note/siyuan/issues/8198
This commit is contained in:
parent
0171572df5
commit
4ecb555c1f
2 changed files with 4 additions and 0 deletions
|
|
@ -61,6 +61,7 @@
|
|||
"file-loader": "^6.2.0",
|
||||
"html-loader": "^2.1.2",
|
||||
"html-webpack-plugin": "^5.5.0",
|
||||
"iconv-lite": "^0.6.3",
|
||||
"ifdef-loader": "^2.3.2",
|
||||
"mini-css-extract-plugin": "2.3.0",
|
||||
"path-browserify": "^1.0.1",
|
||||
|
|
|
|||
3
app/pnpm-lock.yaml
generated
3
app/pnpm-lock.yaml
generated
|
|
@ -54,6 +54,9 @@ devDependencies:
|
|||
html-webpack-plugin:
|
||||
specifier: ^5.5.0
|
||||
version: 5.5.0(webpack@5.73.0)
|
||||
iconv-lite:
|
||||
specifier: ^0.6.3
|
||||
version: 0.6.3
|
||||
ifdef-loader:
|
||||
specifier: ^2.3.2
|
||||
version: 2.3.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue