This commit is contained in:
ThatOneCalculator 2022-08-22 22:35:54 -07:00
parent 80e085dadc
commit 0dc7992a6f

View file

@ -55,6 +55,7 @@ export default defineConfig(({ command, mode }) => {
rollupOptions: {
external: {
'swiper': 'swiper',
'vue': 'vue',
},
input: {
app: './src/init.ts',