Skip to content

Commit

Permalink
chore: document vite_rails support
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo authored Jan 18, 2022
1 parent bf0b873 commit be5e9b9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ export default defineConfig({
Note that the [`build.manifest`](https://vitejs.dev/config/#build-manifest) option
must be enabled in order to generate a `manifest.json` file ([Vite Ruby] enables it by default).

### With [Vite Ruby] 💎

Experimental support is [available](https://github.com/ElMassimo/vite_ruby/issues/176#issuecomment-1015920689), you can try it now by explicitly adding `4.0.0.alpha1` to your `Gemfile`:

```ruby
gem 'vite_rails', '~> 4.0.0.alpha1'
```

## Configuration ⚙️

The following options can be provided:
Expand Down

0 comments on commit be5e9b9

Please sign in to comment.