Skip to content

Commit 7f0b3d7

Browse files
committed
wip
1 parent b61636d commit 7f0b3d7

File tree

4 files changed

+2
-9
lines changed

4 files changed

+2
-9
lines changed

packages/shell/forge.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
packagerConfig: {
33
name: 'Shell',
4-
asar: false,
4+
asar: true,
55
extraResource: ['browser/ui'],
66
},
77
rebuildConfig: {},

packages/shell/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"@electron-forge/plugin-webpack": "^7.5.0",
3030
"copy-webpack-plugin": "^11.0.0",
3131
"cross-env": "^7.0.2",
32-
"electron": "35.0.0-beta.12",
33-
"webpack-node-externals": "^3.0.0"
32+
"electron": "35.0.0-beta.12"
3433
}
3534
}

packages/shell/webpack.main.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// const path = require('path')
21
const CopyWebpackPlugin = require('copy-webpack-plugin')
32

43
module.exports = {

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5954,11 +5954,6 @@ webpack-merge@^5.7.3:
59545954
clone-deep "^4.0.1"
59555955
wildcard "^2.0.0"
59565956

5957-
webpack-node-externals@^3.0.0:
5958-
version "3.0.0"
5959-
resolved "https://registry.yarnpkg.com/webpack-node-externals/-/webpack-node-externals-3.0.0.tgz#1a3407c158d547a9feb4229a9e3385b7b60c9917"
5960-
integrity sha512-LnL6Z3GGDPht/AigwRh2dvL9PQPFQ8skEpVrWZXLWBYmqcaojHNN0onvHzie6rq7EWKrrBfPYqNEzTJgiwEQDQ==
5961-
59625957
webpack-sources@^3.2.3:
59635958
version "3.2.3"
59645959
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"

0 commit comments

Comments
 (0)