This commit is contained in:
parent
0dc7992a6f
commit
631907e0ce
|
@ -53,9 +53,8 @@ export default defineConfig(({ command, mode }) => {
|
|||
],
|
||||
manifest: 'manifest.json',
|
||||
rollupOptions: {
|
||||
external: {
|
||||
'swiper': 'swiper',
|
||||
'vue': 'vue',
|
||||
optimizeDeps: {
|
||||
exclude: ['swiper'],
|
||||
},
|
||||
input: {
|
||||
app: './src/init.ts',
|
||||
|
|
Loading…
Reference in New Issue