vite-vue3-electron-ts-template
vite-vue3-electron-ts-template copied to clipboard
tsconfig.json 中 "module": "esnext" 则无法运行
tsconfig.json 中 "module": "esnext" 则无法运行
commonjs 可以运行
请问如何做才能够支持 esnext
Electron 暂时不支持ESM, 你可以试试这个方法https://github.com/electron/electron/issues/21457#issuecomment-1269077570
Electron 暂时不支持ESM, 你可以试试这个方法https://github.com/electron/electron/issues/21457#issuecomment-1269077570
好的,谢谢,这个链接的方法试过了,可能会引发其他问题。