Skip to content

Commit b1a98d5

Browse files
authored
Improved changeset
1 parent 08de7db commit b1a98d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.changeset/warn-createrequire-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
"@trigger.dev/core": patch
55
---
66

7-
`deploy` and `dev` now warn, with the file, line, and suggested `additionalPackages` fix, when code loads a package through `createRequire()` that won't be available in the deployed image and would previously only fail at runtime in production. Deploys also now show the bundler's own warnings for your code instead of discarding them.
7+
The `trigger.dev deploy` and `trigger.dev dev` commands now warn (with the suggested fix) when your code loads a package through `createRequire()` that won't be available in the deployed image. Previously it would fail at runtime in production to load the package. Deploys also now show bundler warnings for your code instead of discarding them.

0 commit comments

Comments
 (0)