Skip to content

Commit 73b99c8

Browse files
committed
Merge branch 'treeshakeable-hydration' of github.com:sveltejs/svelte into treeshakeable-hydration
2 parents 367fa6b + a71f2ff commit 73b99c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/svelte/scripts/check-treeshakeability.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ async function bundle_code(entry) {
2929
throw new Error('errr what');
3030
}
3131

32-
const code = output[0].code.trim();
33-
return code;
32+
return output[0].code.trim();
3433
}
3534

3635
const pkg = JSON.parse(fs.readFileSync('package.json', 'utf8'));

0 commit comments

Comments
 (0)