Skip to content

Commit 7ef2e66

Browse files
committed
fix: ignore in treeshakability
1 parent 9a9c191 commit 7ef2e66

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
@@ -59,6 +59,7 @@ for (const key in pkg.exports) {
5959
if (key === './internal/disclose-version') continue;
6060
if (key === './internal/flags/legacy') continue;
6161
if (key === './internal/flags/tracing') continue;
62+
if (key === './devtool') continue;
6263

6364
for (const type of ['browser', 'default']) {
6465
if (!pkg.exports[key][type]) continue;

0 commit comments

Comments
 (0)