0.0.5 • Published 7 months ago

@monochromatic.dev/vite-sfa v0.0.5

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

vite-sfa

For use in Vite built Single File Applications.

Example usage

vite.config.ts

import {
  defineConfig,
  mergeConfig,
} from 'vite';
import viteSfaConfig from '@monochromatic.dev/vite-sfa';

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

7 months ago

0.0.4

7 months ago