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:
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
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.cssfile 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