mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-04-19 20:52:04 +00:00
fix: native import
This commit is contained in:
parent
5c592b2b30
commit
16fa806db5
1 changed files with 3 additions and 0 deletions
|
|
@ -65,6 +65,9 @@ module.exports = [
|
|||
path: join(__dirname, 'build'),
|
||||
filename: 'main.js'
|
||||
},
|
||||
externals: {
|
||||
'@paymoapp/electron-shutdown-handler': 'require("@paymoapp/electron-shutdown-handler")'
|
||||
},
|
||||
resolve: {
|
||||
aliasFields: [],
|
||||
alias: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue