We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9c191 commit 7ef2e66Copy full SHA for 7ef2e66
packages/svelte/scripts/check-treeshakeability.js
@@ -59,6 +59,7 @@ for (const key in pkg.exports) {
59
if (key === './internal/disclose-version') continue;
60
if (key === './internal/flags/legacy') continue;
61
if (key === './internal/flags/tracing') continue;
62
+ if (key === './devtool') continue;
63
64
for (const type of ['browser', 'default']) {
65
if (!pkg.exports[key][type]) continue;
0 commit comments