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: { rollupOptions: {
external: { external: {
'swiper': 'swiper', 'swiper': 'swiper',
'vue': 'vue',
}, },
input: { input: {
app: './src/init.ts', app: './src/init.ts',