-
-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build desktop main code with webpack
#9931
Conversation
b5f0c7a
to
62dc6ce
Compare
Removed dependencies detected. Learn more about Socket for GitHub ↗︎ 🚮 Removed packages: [email protected] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks better than it was before.
62dc6ce
to
5783738
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally on Mac. I also run desktop tests in CI and looks ok
5783738
to
b62f8d7
Compare
Description
In order to deduplicate bundled js code for electron main process,
webpack
is used for the whole thing (instead of using it only for connect while preservingesbuild
for the rest, as it was after #9552).