Skip to content

Commit

Permalink
Update node target
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Feb 15, 2024
1 parent 61c8db5 commit 86bd16f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/great-pumpkins-sell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@chialab/plasma": patch
---

Update node target version.
5 changes: 5 additions & 0 deletions .changeset/ten-goats-stare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@chialab/plasma": patch
---

Fix svelte adapter default values.
2 changes: 1 addition & 1 deletion scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import esbuild from 'esbuild';

await esbuild.build({
entryPoints: ['src/index.ts', 'src/cli.ts'],
target: 'node16',
target: 'node18',
bundle: true,
splitting: true,
platform: 'node',
Expand Down

0 comments on commit 86bd16f

Please sign in to comment.