vue
This commit is contained in:
parent
80e085dadc
commit
0dc7992a6f
|
@ -55,6 +55,7 @@ export default defineConfig(({ command, mode }) => {
|
|||
rollupOptions: {
|
||||
external: {
|
||||
'swiper': 'swiper',
|
||||
'vue': 'vue',
|
||||
},
|
||||
input: {
|
||||
app: './src/init.ts',
|
||||
|
|
Loading…
Reference in New Issue