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
- Host: GitHub
- URL: https://github.com/zedd45/debug-webpack-sass-loader
- Owner: zedd45
- Created: 2016-03-30T20:29:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-31T16:11:57.000Z (about 10 years ago)
- Last Synced: 2025-02-03T09:43:11.152Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)