Skip to content

quickstart is broken on svelteKit? #5341

Answered by osbyrne
osbyrne asked this question in Q&A
Discussion options

You must be logged in to vote

ok I looked further and I see what I did wrong, my bad

I hadn't gotten to the last line to replace index.js by bundle.js

<script type="module" src="./index.js"></script>

becomes

<script src="./bundle.js"></script>

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@osbyrne
Comment options

@osbyrne
Comment options

Answer selected by osbyrne
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants