-
-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
bugSomething isn't workingSomething isn't workingproject setupgeneral project setup issuegeneral project setup issuessr
Description
Branch: major-refactor
Project's current setup isn't properly configured for SvelteKit's standard SSR dev-mode.
Running dev in a fresh SvelteKit + svelthree app throws an error: <Scene> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules
See also: #47 (comment)
👉 However, if the app is built, everything's ok, no errors.
Fixing this probably involves changes to both svelthree and SvelteKit-App project setup / configuration.
TODO:
Tweak svelthree project setup (package.json, vite.config.js) as well as the SvelteKit-App configuration (svelte.config.js), so that the standard SvelteKit-App dev-mode (SSR) works.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingproject setupgeneral project setup issuegeneral project setup issuessr