mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
s
This commit is contained in:
parent
d8ba9cacdc
commit
7070e25fd8
1 changed files with 2 additions and 3 deletions
|
@ -53,9 +53,8 @@ export default defineConfig(({ command, mode }) => {
|
||||||
],
|
],
|
||||||
manifest: 'manifest.json',
|
manifest: 'manifest.json',
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
external: {
|
optimizeDeps: {
|
||||||
'swiper': 'swiper',
|
exclude: ['swiper'],
|
||||||
'vue': 'vue',
|
|
||||||
},
|
},
|
||||||
input: {
|
input: {
|
||||||
app: './src/init.ts',
|
app: './src/init.ts',
|
||||||
|
|
Loading…
Add table
Reference in a new issue