Implement Chrome extension loading myself because electron-devtools-installer is ultra bloated
This commit is contained in:
@ -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([
|
||||
|
Reference in New Issue
Block a user