-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat: improve the build using rollup #882
Conversation
6ee931c
to
bf35d75
Compare
I think extracting the rollup configs and having another package is ok, I would call it |
[skip ci]
@goosewobbler CI for Linux is currently not working, but once #896 is resolved, it will become normal. In addition, we have confirmed that CI can pass on ubuntu22. |
Description
To avoid complications of ESM and CJS build, Implement
rollup
as bundler.new package
We created new package
@wdio/electron-bundler
because there are some logic to create rollup configurations.Feature
provide the utility function to detect input and output parameters autotaticaly.
provide some rollup plugins which is used bundling packages.
rollup configuration
this pull request adds rollup configuration files for each package.
Related Issue
#880