How should I install into a webpack project? #1000
Replies: 1 comment
-
I ended up switching my project to use Vite, turns out it wasn't that hard to port to an equivalent config and go from there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not using SvelteKit or Vite, and the manual instructions still seem to assume one of those two frameworks. How do I install into my Webpack project? (I don't need a heavy duty bundler, I just need it to compile and bundle Svelte web components)
Beta Was this translation helpful? Give feedback.
All reactions