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
{{ message }}
This repository has been archived by the owner on Mar 21, 2018. It is now read-only.
Currently we still use node in the renderer process, but should allow node stdlib's that are browserify-able via https://github.com/webpack/node-libs-browser, like assert, url, path, etc. and wire this up to our webpack build (maybe just change the target from electron renderer to browser? sure there's a few config things to do for this) to ensure we're not using any non-browserify-able node stdlibs.
The text was updated successfully, but these errors were encountered:
Currently we still use node in the renderer process, but should allow node stdlib's that are browserify-able via https://github.com/webpack/node-libs-browser, like
assert
,url
,path
, etc. and wire this up to our webpack build (maybe just change the target from electron renderer to browser? sure there's a few config things to do for this) to ensure we're not using any non-browserify-able node stdlibs.The text was updated successfully, but these errors were encountered: