Skip to content

Commit

Permalink
missed a closing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatiusmb committed Jul 14, 2022
1 parent d9a059c commit 7496850
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/kit/src/vite/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ function collect_output(bundle) {
} else {
chunks.push(value);
}
}
return { assets, chunks };
}

Expand Down

0 comments on commit 7496850

Please sign in to comment.