svgo
svgo copied to clipboard
Invalid character entity
Describe the bug
Attempting to run Parcel on a project using okta-signin-widget
Expected behavior
Expected the project to build without errors.
Screenshots
parcel build feature/index.html --dist-dir dist

🚨 Build failed.
@parcel/optimizer-svgo: SvgoParserError: <input>:13:72: Invalid character entity
11 |
12 |
> 13 | … id="Livello1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&nsg…
| ^
14 | …ule:evenodd;clip-rule:evenodd}.st1{fill-rule:evenodd;clip-rule:evenodd;fil…
15 |
Desktop (please complete the following information): Unsure
Additional context Reported the issue with Parcel as well.