this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Sonda should've bump major version

+2 -2
+2 -2
vite.config.js
··· 4 4 5 5 import { lingui } from '@lingui/vite-plugin'; 6 6 import preact from '@preact/preset-vite'; 7 - import { SondaRollupPlugin } from 'sonda'; 7 + import Sonda from 'sonda/vite'; 8 8 import { uid } from 'uid/single'; 9 9 import { defineConfig, loadEnv, splitVendorChunkPlugin } from 'vite'; 10 10 import generateFile from 'vite-plugin-generate-file'; ··· 150 150 type: 'module', 151 151 }, 152 152 }), 153 - SondaRollupPlugin({ 153 + Sonda({ 154 154 detailed: true, 155 155 brotli: true, 156 156 }),