We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I change a scss file within src/styles/ I expect that the app is correctly rebuild including those latest updates.
src/styles/
We should really move to a professional tool like webpack or parcel.
If I change a scss file within src/styles/ the app is not correctly updated and the build does not resolve the dependency tree in reverse order.
Related: #584
The text was updated successfully, but these errors were encountered:
Closing as V2 is released. If issue is still relevant in v2, please re-open
Sorry, something went wrong.
LucaMele
AndyOGo
No branches or pull requests
Are you reporting a bug or a feature?
Expected Behavior
If I change a scss file within
src/styles/
I expect that the app is correctly rebuild including those latest updates.We should really move to a professional tool like webpack or parcel.
Actual Behavior
If I change a scss file within
src/styles/
the app is not correctly updated and the build does not resolve the dependency tree in reverse order.Related:
#584
The text was updated successfully, but these errors were encountered: