Releases: nystudio107/craft-vite
Releases · nystudio107/craft-vite
Version 1.0.4
Added
- Added the
devServerInternal
setting back in, along withcheckDevServer
for people who want the fallback behavior (#2)
Changed
- Use
PRIMARY_SITE_URL
in the default config instead ofSITE_URL
- Switch over to VitePress for the docs
Version 1.0.3
Changed
- Crawl the
manifest.json
dependency graph recursively to look for CSS files
Fixed
- Don't call any AssetManager methods in the component
init()
method during console requests
Version 1.0.2
Changed
- Removed entirely the
devServerInternal
setting, which isn't necessary (we just depend on you setting theuseDevServer
flag correctly instead), and added setup complexity
Version 1.0.1
Changed
- Added initial documentation
- Updated default
config.php
Version 1.0.0
Changed
- Initial release