Skip to content

Commit

Permalink
Support copy option in node-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoz committed Jul 5, 2024
1 parent a2d2570 commit 4474ba0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/chatty-balloons-explain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'esbd': patch
---

Support 'copy' option in node-dev
1 change: 1 addition & 0 deletions packages/esbd/src/esbd-node-dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export default async function esbdNodeDev(
const context = await incrementalBuild({
...buildOptions,
cleanOutdir: config.cleanOutdir,
copy: config.copy,
logger,
minify: mode === 'production',
plugins: [...config.plugins, timingPlugin(logger, config.name && `"${config.name}"`)],
Expand Down

0 comments on commit 4474ba0

Please sign in to comment.