This commit is contained in:
ThatOneCalculator 2022-08-22 22:35:07 -07:00
parent 4a49e5329b
commit 243859a918

View file

@ -53,6 +53,9 @@ export default defineConfig(({ command, mode }) => {
],
manifest: 'manifest.json',
rollupOptions: {
external: {
'swiper': 'swiper',
},
input: {
app: './src/init.ts',
},