UNPKG
valaxy-addon-lightgallery
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Light Gallery for Valaxy
github.com/YunYouJun/valaxy/tree/main
valaxy-addon-lightgallery
/
valaxy.config.ts
10 lines
(8 loc)
•
190 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import { defineValaxyConfig }
from
'valaxy'
export
default
defineValaxyConfig
({
vite
: {
optimizeDeps
: {
include
: [
'lightgallery/vue/LightGalleryVue.umd.min.js'
], }, }, })