Webpack Sass - cannot resolve images
问题 I am trying to compile my Sass via webpack. Compiling normal sass is fine but I get an error. Module not found: Error: Can't resolve '../img/twitter.svg' in '/Users/Steve/mywebsite/scss' @ ./~/css-loader!./~/sass-loader/lib/loader.js!./scss/main.scss 6:94501-94530 Is there a way to resolve this? Alternatively is there a way to set the level of the sass compiler to be less strict to just ignore certain errors Below is my current config. var webpack = require('webpack'); var path = require(