This repository was archived by the owner on Jan 27, 2026. It is now read-only.
Commit 701b93c
authored
fix(cli): cater for new potential error (#2666)
This change updates the existing condition where the CLI caters for when
a package main script points to a .ts file. This addresses an update to
the default behavior for how modules are handled by `require`.
Signed-off-by: Stan Lewis <gashcrumb@gmail.com>1 parent 2ed56c0 commit 701b93c
File tree
2 files changed
+10
-3
lines changed- .changeset
- packages/cli/src/commands/export-dynamic-plugin
2 files changed
+10
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
858 | 858 | | |
859 | 859 | | |
860 | 860 | | |
861 | | - | |
862 | | - | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
863 | 864 | | |
864 | | - | |
| 865 | + | |
| 866 | + | |
865 | 867 | | |
866 | 868 | | |
867 | 869 | | |
| |||
0 commit comments