external
This commit is contained in:
parent
700c367884
commit
80e085dadc
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