This package exposes a function that defines a default Vite configuration. The default configuration consists of the following elements:
- the
@/
alias to./src
- vite-eslint-plugin plugin
The base configuration (without vitest-based testing) can be used through the
defineBaseConfig()
function
-
./vitest.setup.js
initialization file - test coverage using @vitest/coverage-v8
The test configuration can be used standalone throug the defineTestConfig()
function