Skip to content

Commit

Permalink
[eas-cli] Invoke export with sourcemaps on update (#1228)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrandwijk committed Jul 22, 2022
1 parent 6eca9ad commit 7ebb547
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This is the log of notable changes to EAS CLI and related packages.

- Display build queue type when waiting. ([#1217](https://github.com/expo/eas-cli/pull/1217) by [@dsokal](https://github.com/dsokal))
- Add better message on how to upgrade EAS CLI. ([#1222](https://github.com/expo/eas-cli/pull/1222) by [@jeremybarbet](https://github.com/jeremybarbet))
- Invoke export with sourcemaps on update. ([#1228](https://github.com/expo/eas-cli/pull/1228) by [@kbrandwijk](https://github.com/kbrandwijk))

### 🐛 Bug fixes

Expand Down
1 change: 1 addition & 0 deletions packages/eas-cli/src/project/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ export async function buildBundlesAsync({
inputDir,
'--experimental-bundle',
'--non-interactive',
'--dump-sourcemap',
]);
}

Expand Down

0 comments on commit 7ebb547

Please sign in to comment.