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