external
This commit is contained in:
parent
700c367884
commit
80e085dadc
|
@ -53,6 +53,9 @@ export default defineConfig(({ command, mode }) => {
|
|||
],
|
||||
manifest: 'manifest.json',
|
||||
rollupOptions: {
|
||||
external: {
|
||||
'swiper': 'swiper',
|
||||
},
|
||||
input: {
|
||||
app: './src/init.ts',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue