/debug-webpack-sass-loader

Issues with `sass-loader` result in syntax errors for `@import` statements. This was an exercise in going back to the basics to determine how to fix my issues in a larger project that just added sass

Primary LanguageJavaScript

Webpack + Sass

This is an attempt to debug the wonderful that is sass-loader failing to parse sass in another project. It obviously works, here, with subfolders and relative paths, but in another webpack instance that I have trimmed down to almost bare-metal it parses @imports as a syntax error.

Based almost entirely on source / tutorial from @wearehumaan