UNPKG
@aire-ux/aire-code-panel
Version:
latest (1.0.1)
1.0.1
aire-code-panel
github.com/aire-ux/aire-code-panel
aire-ux/aire-code-panel
@aire-ux/aire-code-panel
/
vite.config.ts
10 lines
(7 loc)
•
275 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
UserConfigFn
}
from
'vite'
;
import
{ overrideVaadinConfig }
from
'./vite.generated'
;
const
customConfig
:
UserConfigFn
=
(
env
) =>
({
// Here you can add custom Vite parameters
// https://vitejs.dev/config/
});
export
default
overrideVaadinConfig
(customConfig);