@hnch/vite-build-config
v0.0.9
Published
Vite rollup.js build config for Hunch
Downloads
6
Readme
@hnch/vite-build-config
This is rollup.js build configuration for Hunch projects.
Installation
$ yarn add -D @hnch/vite-build-config
Usage
You can use this build config by putting this in your project's vite.config.js
:
import { defineConfig } from 'vite'
export default defineConfig({
plugins: [...],
build: require('@hnch/vite-build-config')
})