mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-22 08:36:21 +01:00
Sonda should've bump major version
This commit is contained in:
parent
007343ec17
commit
6828b642ee
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ import { resolve } from 'path';
|
||||||
|
|
||||||
import { lingui } from '@lingui/vite-plugin';
|
import { lingui } from '@lingui/vite-plugin';
|
||||||
import preact from '@preact/preset-vite';
|
import preact from '@preact/preset-vite';
|
||||||
import { SondaRollupPlugin } from 'sonda';
|
import Sonda from 'sonda/vite';
|
||||||
import { uid } from 'uid/single';
|
import { uid } from 'uid/single';
|
||||||
import { defineConfig, loadEnv, splitVendorChunkPlugin } from 'vite';
|
import { defineConfig, loadEnv, splitVendorChunkPlugin } from 'vite';
|
||||||
import generateFile from 'vite-plugin-generate-file';
|
import generateFile from 'vite-plugin-generate-file';
|
||||||
|
@ -150,7 +150,7 @@ export default defineConfig({
|
||||||
type: 'module',
|
type: 'module',
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
SondaRollupPlugin({
|
Sonda({
|
||||||
detailed: true,
|
detailed: true,
|
||||||
brotli: true,
|
brotli: true,
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Reference in a new issue