Commit 6e1a2ae
committed
fix(template): drop recharts from vite optimizeDeps include
recharts was only present in the template transitively via appkit-ui's
recharts peerDependency, which #473 removes. The template declares no
recharts dependency and no template component imports it, so keeping it
in optimizeDeps.include would make scaffolded apps fail to start with
"Failed to resolve dependency: recharts, present in optimizeDeps.include"
once the template syncs to the recharts-free appkit-ui.
Signed-off-by: MarioCadenas <MarioCadenas@users.noreply.github.com>1 parent 97dec85 commit 6e1a2ae
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments