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
x
yes
> ng build --configuration production ✔ Browser application bundle generation complete. ✔ ES5 bundle generation complete. ✔ Copying assets complete. ✖ Index html generation failed. undefined:5:537096: property missing ':'
I have opened the styles.1934fdd50a80704deb3a.css file and at line 5 column 537096 there is this class:
.mx-icon { background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2024.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22dx_l_3%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3Argba%280,%200,%200,%200.54%29%3B%22%20d%3D%22M12%2C2C6.5%2C2%2C2%2C6.5%2C2%2C12c0%2C5.5%2C4.5%2C10%2C10%2C10s10-4.5%2C10-10C22%2C6.5%2C17.5%2C2%2C12%2C2z%20M18%2C13H6v-2h12V13z%22%2F%3E%0A%3C%2Fsvg%3E%0A"); background-size: 100%; }
the colum 537096 is exactly on
background-image: url("data:image/svg+xml;charset= --------------------------------------------------^
_ _ ____ _ ___ / \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _| / △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | | / ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | | /_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___| |___/ Angular CLI: 12.0.0 Node: 12.22.1 Package Manager: npm 6.14.12 OS: win32 x64 Angular: 12.0.0 ... animations, cdk, cli, common, compiler, compiler-cli, core ... forms, language-service, localize, material ... material-moment-adapter, platform-browser ... platform-browser-dynamic, router Package Version --------------------------------------------------------- @angular-devkit/architect 0.1200.0 @angular-devkit/build-angular 12.0.0 @angular-devkit/core 8.3.29 @angular-devkit/schematics 8.3.29 @schematics/angular 8.3.29 rxjs 6.6.7 typescript 4.2.4
The text was updated successfully, but these errors were encountered:
Duplicate of #20760
Sorry, something went wrong.
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
No branches or pull requests
Command (mark with an
x
)Is this a regression?
yes
Description
🔬 Minimal Reproduction
I have opened the styles.1934fdd50a80704deb3a.css file and at line 5 column 537096 there is this class:
the colum 537096 is exactly on
🌍 Your Environment
The text was updated successfully, but these errors were encountered: