webpacker-svelte icon indicating copy to clipboard operation
webpacker-svelte copied to clipboard

Webpacker plugin to integrate Svelte into your Rails application

Results 2 webpacker-svelte issues
Sort by recently updated
recently updated
newest added
trafficstars

Nothing in the actual implementation, as far as I can see, actually uses any `webpacker`-specific functionality, and I'm using this project just fine with `vite-ruby`. Unfortunately, adding the gem also...

I have a component that's simply a button that console.logs when clicked: ```js // application.js import Rails from "@rails/ujs" import Turbolinks from "turbolinks" Rails.start() Turbolinks.start() import WebpackerSvelte from "webpacker-svelte" import...