Skip to content

Commit b895533

Browse files
committed
feedback and tweaks
1 parent 8f63b17 commit b895533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/scripts/check-treeshakeability.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ if (!bundle.includes('component_context.l')) {
136136

137137
if (failed) {
138138
// eslint-disable-next-line no-console
139-
// console.error(bundle);
139+
console.error(bundle);
140140
fs.writeFileSync('scripts/_bundle.js', bundle);
141141
}
142142

0 commit comments

Comments
 (0)