docs: unused import in Sveltekit example #549
-
This is from the Partytown Sveltekit docs (https://partytown.builder.io/sveltekit):
The |
Beta Was this translation helpful? Give feedback.
Answered by
gioboa
Feb 2, 2024
Replies: 1 comment 2 replies
-
You can define a custom destination in this way |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
testvinder
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can define a custom destination in this way
partytownVite({ dest: join(__dirname, 'dist', '~partytown') }),
so right now it's just a forgotten import.