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.
module
browser
1 parent 220fb5e commit 9980e07Copy full SHA for 9980e07
packages/repl/src/lib/workers/bundler/index.ts
@@ -176,7 +176,7 @@ async function resolve_from_pkg(
176
try {
177
const resolved = resolve.exports(pkg, subpath, {
178
browser: true,
179
- conditions: ['svelte', 'development']
+ conditions: ['svelte', 'module', 'browser', 'development']
180
});
181
182
return resolved?.[0];
0 commit comments