An open API service indexing awesome lists of open source software.

https://github.com/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
https://github.com/zedd45/debug-webpack-sass-loader

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://bitbucket.org/humaanco/demo-webpack-react-app
) / [tutorial](http://humaan.com/getting-started-with-webpack-and-react-es6-style/) from [@wearehumaan](https://twitter.com/wearehumaan)