UNPKG
@tebuto/react-booking-widget
Version:
latest (1.3.7)
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
React Component for the Tebuto Booking Widget
tebuto.de
tebuto/react-booking-widget
@tebuto/react-booking-widget
/
vite.config.ts
7 lines
(5 loc)
•
134 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
react
from
'@vitejs/plugin-react'
import
{ defineConfig }
from
'vite'
export
default
defineConfig
({
plugins
: [
react
()] })