This commit is contained in:
Andras Schmelczer 2026-05-30 14:33:39 +01:00
parent e2a60e71a3
commit 003f38ea60
36 changed files with 1543 additions and 1287 deletions

View file

@ -1,6 +1,14 @@
import { defineConfig } from 'vitest/config';
export default defineConfig({
resolve: {
alias: {
// The package ships only a `module` field, which Vite's resolver
// can't always find — point it at the file directly.
'@plausible-analytics/tracker':
'@plausible-analytics/tracker/plausible.js',
},
},
test: {
globals: true,
environment: 'jsdom',