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 799fd0f commit 0b7a0cbCopy full SHA for 0b7a0cb
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