New Comment

Posted by Anonymous on 19th June 2020 at 09:32:53 UTC

Thanks for this! I don't think I would've been able to do it without your help...


Note: Like others, I was beating my head against a wall trying to make the SVG icons work, and spent half the day googling solutions. It wasn't until I decided to come back and look through these comments that I noticed someone else having the same problem, and that you mentioned that the environment.js file was missing the part about the file loader:


const fileLoader = environment.loaders.get('file')
fileLoader.exclude = /node_modules[\\/]quill/


That turned out to be what made the difference. If you could add that back into your example, I'm sure others would be very grateful.


Thanks again!



Anonymous(Log InSign Up)