Add electron minthread
This commit is contained in:
@@ -83,7 +83,8 @@ const Entry = () => ({
|
||||
},
|
||||
|
||||
Electron: {
|
||||
import: source("./Electron/Electron.ts")
|
||||
import: source("./Electron/Electron.ts"),
|
||||
dependOn: ["Service"]
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@ module.exports = (env) => {
|
||||
const config = {
|
||||
|
||||
entry: {
|
||||
Service: AllEntry.Service,
|
||||
Electron: AllEntry.Electron,
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user