Releases: torenware/vite-go
*Really* get the port right
Get Vite Dev Server Port Right
Corrected the Vite v3 port number to 5137.
Fixed Vite 2 support
Looks like I broke Vite 2 support. Fixed now.
Simplified Settings + Improved Test Program
Modified how some settings work; this is a breaking change. Should make it easier to access all of the assets needed for a production build.
Cross-framework Vite builds
Vite build and preview tested and work cross platform, with "smart settings"
Intelligent defaults for the dev server
The module now examines your javascript project's package.json file to set defaults for most configuration for the development server. If you don't modify vite.config.js, things may work reasonably right from the start w/o modifying vite-go's behavior.
Support for Vite 3
Update for Vite 3 compatibility, and "smart defaults" that adapt to which version of Vite you're using. Support for React 18 and Vite 3; may well work with other javascript projects Vite 3 supports.
Updates to sample program
Updates to the sample program to include React related features.
- Documented the Platform tag and
-platform
flag. - Made
-h
behavior a bit more consistent.
Support for React hot loading
Added support for ReactJS development mode:
- New Platform configuration option (vue|react|svelte).
- RenderTags now adds React preamble code for env=development, platform=react.
- Sample Program has new options to allow configuration specific to React.
Update the docs and bump the minor release number.
Bump the release to v0.2, and declare open season on the module!