Mitchel, I saw a reply come through on my email from you, however, i couldn't load it and it looks like it has disappeared...
One more thing, too. When i change the "import styles from './styles.scss';" to "const styles = require('./styles.scss')'; the error - Error: Cannot find module './../../node_modules/css-loader/lib/css-base.js' changes to Error: Cannot find module './../../../../node_modules/css-loader/lib/css-base.js'
for some reason the module file path looks further up "../../../../"
What does this mean?