feat(package): add npmRebuild option to package.json
- Introduced the "npmRebuild" option in package.json, set to false, to control the rebuilding of native modules during installation. This commit enhances the package configuration by providing more control over the build process for native dependencies.
This commit is contained in:
parent
f94cc26e34
commit
dfbe38782c
1 changed files with 1 additions and 0 deletions
|
|
@ -124,6 +124,7 @@
|
|||
"package.json"
|
||||
],
|
||||
"asar": true,
|
||||
"npmRebuild": false,
|
||||
"extraMetadata": {
|
||||
"main": "dist-electron/main/index.cjs"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue