Have a quick question re: angular... anyone know h...
# gooddata-ui
v
Have a quick question re: angular... anyone know how to get rid of these .svg errors I get after following the instructions here: https://sdk.gooddata.com/gooddata-ui/docs/ht_use_react_component_in_angular_2.x.html
Copy code
./node_modules/@gooddata/sdk-ui-ext/esm/internal/assets/column/bucket-title-stack.svg:1:0 - Error: Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See <https://webpack.js.org/concepts#loaders>
> <svg width="16" height="15" xmlns="<http://www.w3.org/2000/svg>"><g fill="none" fill-rule="evenodd"><path fill="#94A1AD" d="M0 10h4v5H0zm6-1h4v6H6zm6 3h4v3h-4z"/><path fill="#B0BECA" d="M0 6h4v3H0zm6-2h4v4H6zm6 2h4v5h-4z"/><path fill-opacity=".45" fill="#B0BECA" d="M0 2h4v3H0zm6-1h4v2H6zm6-1h4v5h-4z"/></g></svg>
Seems like I need a webpack rule to process .svg or something like that?
not sure if it completely works...but it compiles!