This commit is contained in:
ThatOneCalculator 2022-08-22 22:35:07 -07:00
parent 700c367884
commit 80e085dadc

View file

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