Bun bindings for webview, a tiny library for creating web-based desktop GUIs.
239
stars
10
forks
source link
Tries to load bundled lib file even when `WEBVIEW_PATH` is set. Errors if lib files are excluded from the bundle. #14
Closed
citkane closed 1 month ago
I am setting
process.env.WEBVIEW_PATH
to use a custom build lib file and excluding the default libs from my bundle:At runtime however,
webview-bun
still tries to import the default lib file before opening the givenWEBVIEW_PATH
. This causes a fatal error.The fix should be fairly simple, PR #15.