Skip to content

Commit

Permalink
Reuse already declared variable (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Feb 10, 2021
1 parent ae3b7c3 commit 5050fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/src/api/build/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ export async function build(config) {
);

const server_input = {
app: `${UNOPTIMIZED}/server/app.js`
app: app_file
};

const server_chunks = await rollup({
Expand Down

0 comments on commit 5050fa6

Please sign in to comment.