mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-08 06:03:03 -04:00
Implement Chrome extension loading myself because electron-devtools-installer is ultra bloated
This commit is contained in:
parent
44f6f71c3e
commit
c116d00d03
9 changed files with 214 additions and 130 deletions
|
@ -29,8 +29,9 @@ const nodeCommonOpts = {
|
|||
platform: "node",
|
||||
target: ["esnext"],
|
||||
minify: true,
|
||||
bundle: true,
|
||||
sourcemap: "linked",
|
||||
plugins: [...commonOpts.plugins, makeAllPackagesExternalPlugin],
|
||||
external: ["electron"]
|
||||
};
|
||||
|
||||
await Promise.all([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue