Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 311 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 311 Bytes

vite-config

Shared config for vite

Installation

npm i --save-dev @schoero/vite-config

Usage

Create a vite.config.js with the following content:

import { config, defineConfig } from "@schoero/vite-config";


export default defineConfig({
  ...config
  // your config here
});