mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-25 19:37:34 -07:00
external
This commit is contained in:
parent
4a49e5329b
commit
243859a918
1 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,9 @@ export default defineConfig(({ command, mode }) => {
|
|||
],
|
||||
manifest: 'manifest.json',
|
||||
rollupOptions: {
|
||||
external: {
|
||||
'swiper': 'swiper',
|
||||
},
|
||||
input: {
|
||||
app: './src/init.ts',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue