repl dev mode

log-rune
Dominic Gannaway 10 months ago
parent dac4fc4ac0
commit 801bfeeb90

@ -182,7 +182,7 @@ async function resolve_from_pkg(pkg, subpath, uid, pkg_url_base) {
const [resolved] = const [resolved] =
resolve.exports(pkg, subpath, { resolve.exports(pkg, subpath, {
browser: true, browser: true,
conditions: ['svelte', 'production'] conditions: ['svelte', 'development']
}) ?? []; }) ?? [];
return resolved; return resolved;

Loading…
Cancel
Save