mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 23:51:01 -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',
|
manifest: 'manifest.json',
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
|
external: {
|
||||||
|
'swiper': 'swiper',
|
||||||
|
},
|
||||||
input: {
|
input: {
|
||||||
app: './src/init.ts',
|
app: './src/init.ts',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue