s
This commit is contained in:
parent
d8ba9cacdc
commit
7070e25fd8
1 changed files with 2 additions and 3 deletions
|
@ -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 a new issue