zedd45 / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 83.0%Language:CSS 9.9%Language:HTML 7.1%