caoxiemeihao / vite-electron-plugin

High-performance, esbuild-based Vite Electron plugin
MIT License
54 stars 7 forks source link

build后axios无法在主进程中访问 #23

Closed keyiis closed 2 years ago

keyiis commented 2 years ago

在主进程中使用如下方法引入了axios import axios, { AxiosResponse } from 'axios'; dev环境下没有问题,但是build后运行报错 1666943754049

caoxiemeihao commented 2 years ago

放到 dependenices 中。 可以进 Discord 的中文区讨论

keyiis commented 2 years ago

@caoxiemeihao 可以了,谢谢!好的