Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upbuild: Wrap bundles using webpack #25557
Conversation
|
We use semantic commit messages to streamline the release process. Before your pull request can be merged, you should update your pull request title to start with a semantic prefix. Examples of commit messages with semantic prefixes:
Things that will help get your PR across the finish line:
We get a lot of pull requests on this repo, so please be patient and we will get back to you as soon as we can. |
|
also, we could probably use production mode instead of development with |
I honestly don't remember why I did that, I think it's because initially we didn't have the minifier. Then we relealized it made everything faster As long as we can keep our custom terser settings then |
I'd rather do it in a separate PR, it does add some more things than just the already-overridden settings:
Also, is there a way to re-trigger the build-mac workflow? I'm think it might have just randomly timed out? |
56d1faf
into
electron:master
|
Congrats on merging your first pull request! |
|
No Release Notes |
Description of Change
Moved the
run-compiler.jsandget-outputs.jslogic directly into webpack. This way, the source mappings for bundles—when enabled—are not offset by the number of lines of the try...catch & profiling wrappers.Checklist
npm testpassesRelease Notes
Notes: none