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 26, 2019. It is now read-only.
Webpack leaves __dirname empty. This can be fixed via a node config option in webpack.config.js, but the target is electron-render, meaning the node target options never take effect. Need to find a way to get the project directory from the render process (maybe pass it from the main process via ipc calls)
The text was updated successfully, but these errors were encountered:
Webpack leaves __dirname empty. This can be fixed via a node config option in webpack.config.js, but the target is electron-render, meaning the node target options never take effect. Need to find a way to get the project directory from the render process (maybe pass it from the main process via ipc calls)
The text was updated successfully, but these errors were encountered: