-
Notifications
You must be signed in to change notification settings - Fork 599
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
Angular v12 compile error #17518
Comments
Hi. It seems you use angular-cli to create an application. In this case, the |
Hi, i tried everything again. but i still get the same error. Without dx.light.css I can build (npm run build:prod) the project but with css I can't. I'll send you the project. |
Angular 12 has an issue with inlined images angular/angular-cli#20760 |
Thank you for quick feedback |
The same issue after updating my project to angular 12 (we are using devextreme 20.2.7) |
also getting this issue |
Angular.json's optimization section change inlineCritical to false
|
This only works for production build. The error still persists in Angular v12 with ng build. (We're using devextreme 21.1.3) |
Dear All, is there any solution on this error? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue was closed due to inactivity. If you found a bug or have a question about our product, create a new issue on GitHub or submit a ticket in our Support Center. |
hi everybody I have the same issue, Is there any solution for this issue? |
dear lexDX, √ Copying assets complete. , but this solution doesn't work for me, The error still persists in Angular v12 with ng build. (We're using devextreme 21.1.3) |
Steps to Reproduce:
ng new client-app
install devextreme devextreme-angular
adding devextreme settings :
npm run build:prod
Results You Received:
Results You Expected:
Environment Details:
Visual Studio Code
DevExtreme: 20.2.6, 20.2.7
Angular V12
I think the problem is dx styles (theme.base.css). Without styles I don't get an error.
The text was updated successfully, but these errors were encountered: