Skip to content

Commit

Permalink
re-update dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
ANDREW\melliott committed Aug 15, 2022
1 parent d82ae6a commit 6a46556
Show file tree
Hide file tree
Showing 6 changed files with 542 additions and 581 deletions.
Binary file modified CH5-Build/ch5-svelte.ch5z
Binary file not shown.
2 changes: 1 addition & 1 deletion ch5-run.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ loadConfigFile(path.resolve(__dirname, 'rollup.config.js'))
console.log('Rollup.config.js loaded...');
warnings.flush();

const bundle = await rollup.rollup(options[0]);
const bundle = await rollup.rollup(options[0]);
await Promise.all(options[0].output.map(bundle.write));
const watcher = rollup.watch(options[0]);

Expand Down
Loading

0 comments on commit 6a46556

Please sign in to comment.