You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Bug
In v3, you would run ionic serve and whenever changes were made to the scss files in the project, the styling would be applied to the app without reloading the page or restarting the app.
This was amazing from a design perspective because changes could be made to the scss files and the results could be seen immediately in the app.
In v4 this is not longer the case. Changing any scss file causes a rebuild event of the entire app, which causes the app to reload. This means you lose any state you had.
The development/design experience has worsened dramatically in this regard from v3 to v4. I do appreciate that this is due to the change in the build process (using the ng CLI) but this does not excuse the worsened development experience. I don't even think stencil does then when adjusting styles.
There must be a webpack or some form of config that can be set while in ionic serve mode? If not this should be raised with the Angular CLI team.
As it stands now, the development time for ionic v4 apps when styling pages has seriously deteriorated and something needs to be done.
The text was updated successfully, but these errors were encountered:
Thanks for the issue! We use this issue tracker exclusively for bug reports and feature requests associated with the Ionic Framework. It appears that this issue is associated with the Ionic CLI. I am moving this issue to the Ionic CLI repository. Please track this issue over there.
Bug Report
Ionic Info
Describe the Bug
In v3, you would run
ionic serve
and whenever changes were made to the scss files in the project, the styling would be applied to the app without reloading the page or restarting the app.This was amazing from a design perspective because changes could be made to the scss files and the results could be seen immediately in the app.
In v4 this is not longer the case. Changing any scss file causes a rebuild event of the entire app, which causes the app to reload. This means you lose any state you had.
The development/design experience has worsened dramatically in this regard from v3 to v4. I do appreciate that this is due to the change in the build process (using the ng CLI) but this does not excuse the worsened development experience. I don't even think stencil does then when adjusting styles.
There must be a webpack or some form of config that can be set while in
ionic serve
mode? If not this should be raised with the Angular CLI team.As it stands now, the development time for ionic v4 apps when styling pages has seriously deteriorated and something needs to be done.
The text was updated successfully, but these errors were encountered: