This commit is contained in:
ThatOneCalculator 2022-08-22 22:39:11 -07:00
parent 0dc7992a6f
commit 631907e0ce
1 changed files with 2 additions and 3 deletions

View File

@ -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',