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
First of all, thank you for making this, super useful and we are using it in my company ( www.algolia.com )
We just have a "big" issue with is, seems like the part that generates the icons, doesn't generate the SVG.
Therefore, webpack throw an error when the icon.css file is trying to access the svg icon, and so, the website display without styles, as webpack failed during the css coimpilation.
Error:
ERROR in ./node_modules/css-loader!./node_modules/postcss-loader/lib!./node_modules/sass-loader/lib/loader.js!./docs/styles/app.css
Module not found: Error: Can't resolve '../fonts/SG-icons.svg' in '/Users/lucasbonomi/Sites/xxxxxxxxxxxx/docs/styles'
@ ./node_modules/css-loader!./node_modules/postcss-loader/lib!./node_modules/sass-loader/lib/loader.js!./docs/styles/app.css 8:36063-36095
@ ./docs/styles/app.css
@ multi (webpack)-dev-server/client?http://localhost:3000 ./docs/styles/app.css
Could you either : Fix the SVG generation, or just remove this line?
I really would need this to be fixed :) Thanks a lot in advance
The text was updated successfully, but these errors were encountered:
I ran in exactly the same issue. The app.css references the SG-icons.svg font which doesn't exists. Due to this issue, our build fails. I also think to simply remove the line as @LukyVj documented will fix this quickly. Is this possible?
Hello :)
First of all, thank you for making this, super useful and we are using it in my company ( www.algolia.com )
We just have a "big" issue with is, seems like the part that generates the icons, doesn't generate the SVG.
Therefore, webpack throw an error when the
icon.css
file is trying to access the svg icon, and so, the website display without styles, as webpack failed during the css coimpilation.Error:
Could you either : Fix the SVG generation, or just remove this line?
I really would need this to be fixed :) Thanks a lot in advance
The text was updated successfully, but these errors were encountered: