-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: angular deliver preset #215
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. 🚀
4717fa5
to
f8c12b6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤝
🎉 This PR is included in version 2.3.0-stage.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
[skip ci] ## [2.3.0](v2.2.0...v2.3.0) (2024-01-22) ### Features * added building with external api to local runtime ([52bcd13](52bcd13)) * adding partial implementation of async_hooks to local dev ([3665359](3665359)) * resolve external APIs in the local build ([#211](#211)) ([b265ed6](b265ed6)) ### Bug Fixes * angular deliver preset ([#215](#215)) ([5bb2d77](5bb2d77)) * angular preset (deliver) ([f8c12b6](f8c12b6)) * remove versionid ([482fb35](482fb35)) * remove versionid ([#210](#210)) ([e78ea1e](e78ea1e))
🎉 This PR is included in version 2.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Problem
In the new version of Angular (which is initialized by default by the Azion CLI) it has SSR functionalities. As a result, the folder structure resulting from the build has a new subdivision: Browser and Server. We currently only support code on the Browser side (in deliver mode).
Resolution
This PR moves the contents of the '.edge/storage/browser' folder to the root of the storage (.edge/storage/) and displays an alert if the user is using SSR resources.