Skip to content

Commit

Permalink
Fix souremaps to be included on deployments from the CLI (#1623)
Browse files Browse the repository at this point in the history
  • Loading branch information
blittle authored Jan 9, 2024
1 parent 36d6fa2 commit 6bc1d61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/gorgeous-bikes-admire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/cli-hydrogen': patch
---

Fix the sourcemaps to be included on Oxygen deployments from the CLI
2 changes: 1 addition & 1 deletion packages/cli/src/commands/hydrogen/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ export async function oxygenDeploy(
await runBuild({
directory: path,
assetPath,
sourcemap: false,
sourcemap: true,
useCodegen: false,
});
},
Expand Down

0 comments on commit 6bc1d61

Please sign in to comment.