Sha256: 70eb57d97bef1a61f78f1745aded785ca01b6e8a5a0aeb8ba5ceea2d55f7dcf1

Contents?: true

Size: 291 Bytes

Versions: 2

Compression:

Stored size: 291 Bytes

Contents

import { defineConfig } from "vite"
import RubyPlugin from "vite-plugin-ruby"
import FullReload from "vite-plugin-full-reload"

export default defineConfig({
  server: { hmr: false },
  plugins: [
    RubyPlugin(),
    FullReload(
      "build/index.html",
      { delay: 0 }
    ),
  ],
})

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
staticky-0.1.1 site_template/vite.config.ts
staticky-0.1.0 site_template/vite.config.ts