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

schoero/vite-config

Repository files navigation

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
});

About

Personal shared vite config

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published