-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(exec, bundle): allow passing one exec result to another and banda…
…id fix the bundle command Previously only numbers and strings could be passed as exec args, but now you can pass the results of one exec call to another and in this case, only the sdtout will be used from the first result. Also "fix" an intermittent failure of the bundle command which is caused by a non-deterministic key order for the `result.files` array when source maps were emitted - by disabling source maps, we effectively ensure that the first entry is always the file we want.
- Loading branch information
1 parent
fd82808
commit 0da5a1e
Showing
2 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters