Socket
Book a DemoInstallSign in
Socket

@wistia/vite-plugin-ruby

Package Overview
Dependencies
Maintainers
3
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wistia/vite-plugin-ruby

Fork of vite-plugin-ruby to work with vite-rolldown

latest
Source
npmnpm
Version
5.1.2
Version published
Weekly downloads
16K
14761.68%
Maintainers
3
Weekly downloads
 
Created
Source

vite-plugin-ruby

Convention over configuration for Ruby projects using Vite


Installation 💿

Normally you wouldn't need to install it manually, instead follow the instructions of vite_rails, vite_hanami, or vite_ruby, which will install this plugin for you.

Else:

npm i vite-plugin-ruby # yarn add vite-plugin-ruby

Usage 🚀

Add it to your plugins in vite.config.js

// vite.config.js
import Vue from '@vitejs/plugin-vue' // Example, could be using other plugins.
import ViteRuby from 'vite-plugin-ruby'

export default {
  plugins: [
    Vue(),
    ViteRuby(),
  ],
};

You can now configure it using config/vite.json, check out the available configuration options for reference.

Thanks

  • vite-plugin-components: Picked up that neat pnpm setup.

License

This library is available as open source under the terms of the MIT License.

Keywords

plugin

FAQs

Package last updated on 28 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts