Skip to content

Commit

Permalink
我佛了 下次electron和vue拆俩项目
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuandiaodiaodiao committed Dec 22, 2020
1 parent 2021579 commit 1cd0b2b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ perico/train
temp.png
perico/gta-hepler-log.txt
ui/gta-hepler-log.txt
ui/config.json
1 change: 0 additions & 1 deletion ui/config.json

This file was deleted.

6 changes: 3 additions & 3 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"cross-env": "^7.0.2",
"electron": "^11.0.3",
"electron-builder": "^22.9.1",
"vite": "^1.0.0-rc.13",
"iconv-lite": "^0.6.2"
"vite": "^1.0.0-rc.13"
},
"dependencies": {
"element-plus": "^1.0.1-beta.10",
"vue": "^3.0.4"
"vue": "^3.0.4",
"iconv-lite": "^0.6.2"
}
}
2 changes: 1 addition & 1 deletion ui/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default {
"/@/": root,
},
rollupInputOptions: {
external: ["fs", "path", "stream", "electron","iconv-lite"],
external: ["fs", "path", "stream", "electron","iconv-lite","buffer"],
},
rollupOutputOptions: {
format: "commonjs",
Expand Down

0 comments on commit 1cd0b2b

Please sign in to comment.