You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2.0 template with vite3 build error while using Node.js API in renderer process
There are some codes which should be compiled to import.meta.url, and they will be compiled to {}.url if vite (and @vitejs/plugin-vue) is upgraded to version 3 and Node.js API is enabled in the renderer process (by setting renderer to {} of the plugin vite-plugin-electron).
Maybe this has the same reason for the issue #210 ?
Errors
Uncaught TypeError: Failed to construct 'URL': Invalid URL