-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
svelte-spa-chink doesn't work on REPL #3
Comments
For now, the svelte-spa-router is impossible to test at Svelte REPL. This issue appears to be related to the latest svelte-spa-router. ( ItalyPaleAle/svelte-spa-router#90 ) |
I published the new version of svelte-spa-chunk@2.0.0 to npm. |
@hmmhmmhm import { ChunkGenerator } from "svelte-spa-chunk";
import ChunkComponent from "svelte-spa-chunk/Chunk.svelte";
const Chunk = ChunkGenerator(ChunkComponent);
export default {
"/": Chunk(() => import("routes/Home.svelte")),
} Same error seems to show in the REPL by @frederikhors : 'ChunkGenerator' is not exported by https://unpkg.com/svelte-spa-chunk@2.0.0/dist/index.js |
svelte-spa-chink doesn't work on REPL: https://svelte.dev/repl/f270c24af04f4e6ebba1259f1008681a?version=3.20.1
The text was updated successfully, but these errors were encountered: