electron-vite / vite-plugin-electron-renderer

Ployfill Node.js API for Renderer process

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecation warning since 0.14.0

fs86 opened this issue · comments

commented

Since using version 0.14.0 I get a deprecation warning:

(node:17084) [DEP0091] DeprecationWarning: crypto.DEFAULT_ENCODING is deprecated.
(Use `electron --trace-deprecation ...` to show where the warning was created)

Can you provide a minimal reproduction repo?

commented

Hm... I can't reproduce the problem in my demo project. So I guess it must be a conflict between vite-plugin-electron-renderer and another package I use.