v2.1.0: use vite-electron-plugin instead vite-plugin-electron

This commit is contained in:
草鞋没号
2022-10-03 09:16:14 +08:00
parent a15028ad68
commit db2e830dfd
9 changed files with 57 additions and 69 deletions

4
.vscode/tasks.json vendored
View File

@@ -12,6 +12,7 @@
"owner": "typescript",
"fileLocation": "relative",
"pattern": {
// TODO: correct "regexp"
"regexp": "^([a-zA-Z]\\:\/?([\\w\\-]\/?)+\\.\\w+):(\\d+):(\\d+): (ERROR|WARNING)\\: (.*)$",
"file": 1,
"line": 3,
@@ -21,8 +22,7 @@
},
"background": {
"activeOnStart": true,
"beginsPattern": "^.*building for development.*$",
"endsPattern": "built in [0-9]*ms.*$",
"endsPattern": "^.*[startup] Electron App.*$",
}
}
}