sass-loader not working with webpack + react + grommet
问题 I'm trying to get started with webpack and Grommet working together. I'm following this tutorial: https://github.com/grommet/grommet-standalone but I'm getting the following error: ERROR in ./src/app/index.js Module not found: Error: Can't resolve 'grommet/scss/vanilla/index' in '/home/john/Development/Work/Utilities/react_practice/test_app/src/app' @ ./src/app/index.js 31:0-37 @ multi library Clearly it's looking for the scss file files in the source directory rather than node_modules - but