This website requires JavaScript.
Explore
Help
Sign In
ryan-haskell
/
elm-spa
Watch
1
Star
1
Fork
0
You've already forked elm-spa
mirror of
https://github.com/ryan-haskell/elm-spa.git
synced
2024-11-28 23:03:44 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8cfab0fb90
elm-spa
/
examples
/
05-vite
/
vite.config.js
7 lines
103 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Update vite.config.js
2021-06-22 03:28:45 +03:00
import
elmPlugin
from
'vite-plugin-elm'
add working vite example
2021-04-24 22:29:51 +03:00
export
default
{
root
:
'public'
,
plugins
:
[
elmPlugin
(
)
]
Update vite.config.js
2021-06-22 03:28:45 +03:00
}
Reference in New Issue
Copy Permalink