Merge branch 'treeshakeable-hydration' of github.com:sveltejs/svelte into treeshakeable-hydration

pull/10497/head
Rich Harris 3 years ago
commit 73b99c8a58

@ -29,8 +29,7 @@ async function bundle_code(entry) {
throw new Error('errr what');
}
const code = output[0].code.trim();
return code;
return output[0].code.trim();
}
const pkg = JSON.parse(fs.readFileSync('package.json', 'utf8'));

Loading…
Cancel
Save