chore: move native-image.ts back into common (#30838)

This commit is contained in:
Milan Burda 2021-09-06 11:06:27 +02:00 committed by GitHub
parent 4a2f41ee58
commit 8b7631228f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 6 additions and 10 deletions

View file

@ -13,7 +13,7 @@ export const moduleList: ElectronInternal.ModuleEntry[] = [
},
{
name: 'nativeImage',
loader: () => require('@electron/internal/renderer/api/native-image')
loader: () => require('@electron/internal/common/api/native-image')
},
{
name: 'webFrame',