Skip to content

Commit 8311e9c

Browse files
committed
fix
1 parent a7cd9b3 commit 8311e9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/svelte/scripts/check-treeshakeability.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ console.group('checking treeshakeability');
5151
for (const key in pkg.exports) {
5252
// special cases
5353
if (key === './compiler') continue;
54+
if (key === './internal') continue;
5455
if (key === './internal/disclose-version') continue;
5556

5657
for (const type of ['browser', 'default']) {

0 commit comments

Comments
 (0)