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
Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
no
Description
Please help, how can I fix this issue? After entering this command on Visual studio code, ng serve
I got this message:
Component HMR has been enabled.
If you encounter application reload issues, you can manually reload the page to bypass HMR and/or disable this feature with the --no-hmr command line option.
Please consider reporting any issues you encounter here: https://github.com/angular/angular-cli/issues
Application bundle generation failed. [2.599 seconds]
X [ERROR] Could not resolve "src/assets/css/styles.css"
angular:styles/global:styles:1:8:
1 │ @import 'src/assets/css/styles.css';
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can mark the path "src/assets/css/styles.css" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.
Watch mode enabled. Watching for file changes.
Minimal Reproduction
Please help me on how can I fix this issue.
Thanks.