Releases: hmsk/vite-plugin-elm
Releases · hmsk/vite-plugin-elm
v2.5.1
- Support NODE_ENV via Vite's mode Thanks! #121 @shanekenney
- Update devDependencies
v2.5.0
Support vite 2.5
- Update devDependencies
- Support vite@2.5
- Thanks @nnnnathann #70
v2.4.2
v2.4.1
- Update devDependencies
- Fix unintentional missing of dependencies per compilation error #36
Thanks for your contribution @icidasset @marc136 ✨
Run refreshing per initial state's update
Kapture.2021-06-20.at.00.52.42.mp4
Now, vite-plujgin-elm lets vite refreshes the entire page when detecting initial state's update. Originally, HMR really wasn't care about this since HMR is focused on keeping current state on a swapped new build.
Fix HMR for .elm files in the outside of vite project dir
- Support HMR with .elm files in the outside of vite project dir
- Fix unintentional ignoring of HMR after gets compilation error happened once
- Setup Prettier, ESLint, GitHub Actions, Dependabot
Support { debug: boolean } option
- Support
{ debug: boolean }
to control debug mode forcibly #15- Thanks @andrewgryan ✨
Show friendly error
- Throw exceptions of compilation errors with expecting Vite catches and show friendly error overlays
- Thanks for your contribution, @FranzSkuffka! #12
v2.1.3
- Fix HMR problem on Elm app which uses Ports
- Thanks @mapmarkus for your PR! #10
- Update devDependencies