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
{{ message }}
This repository was archived by the owner on May 1, 2020. It is now read-only.
When I modify a SCSS file (i.e. home.scss) it triggers a full webpack build
What behavior are you expecting?
In previous versions, modifying a SCSS file would only trigger sass build and the screen would refresh with your style changes. Now it triggers a full build and although it works fine, it is a little annoying
**Which @ionic/app-scripts version are you using? 0.0.43
The text was updated successfully, but these errors were encountered:
Hello, thanks for using Ionic! This has been fixed with the latest version of app-scripts. To install the latest run npm install @ionic/app-scripts --save-dev.
@jgw96 it still doesn't work as expected. The issue now is that the SCSS changes are not applied at all. In other words, it no longer triggers a full build, just SASS, and it completes according to the console output, but the styles changes are not visible unless you refresh your browser, which defeats the purpose.
Short description of the problem:
When I modify a SCSS file (i.e. home.scss) it triggers a full webpack build
What behavior are you expecting?
In previous versions, modifying a SCSS file would only trigger sass build and the screen would refresh with your style changes. Now it triggers a full build and although it works fine, it is a little annoying
**Which @ionic/app-scripts version are you using? 0.0.43
The text was updated successfully, but these errors were encountered: