0.0.5 • Published 7 months ago

@monochromatic.dev/vite v0.0.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 months ago

vite

For use in Vite built projects.

Example usage

vite.config.ts

import {
  defineConfig,
  mergeConfig,
} from 'vite';
import viteConfig from '@monochromatic.dev/vite';

export default mergeConfig(
  viteConfig,
  defineConfig({}),
);
0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago