-
Notifications
You must be signed in to change notification settings - Fork 964
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Strip special characters from vite output (#6588)
Fix issue #5561 emulators not starting with vite --------- Co-authored-by: Viktor Sotov <sotov.victor@gmail.com> Co-authored-by: sotovviktor <70816266+sotovviktor@users.noreply.github.com>
- Loading branch information
1 parent
ed13fde
commit 8997c86
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
- Fix an issue preventing Vite applications from being emulated on Windows. (#6411) | ||
- Addressed an issue preventing Astro applications from being deployed from Windows. (#5709) | ||
- Fixed an issue preventing Angular apps using ng-deploy from being emulated or deployed. (#6584) | ||
- Warn if a Web Framework is outside a well known version range on deploy/emulate. (#6562) | ||
- Use Web Framework's well known version range in `firebase init hosting`. (#6562) | ||
- Limit Web Framework's generated Cloud Function name to 20 characters, fixing deploys for some. (#6260) | ||
- Limit Web Framework's generated Cloud Function name to 23 characters, fixing deploys for some. (#6260) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters