Skip to content

Commit e4cdec1

Browse files
committed
Merge pull request webpack-contrib#5 from maspwr/patch-1
Update README.md to include caveat
2 parents cf37aa5 + ab29502 commit e4cdec1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ Then you only need to write: `require("./file.scss")`. See [`node-sass`](https:/
4141

4242
`npm install sass-loader`
4343

44+
## Caveats
45+
46+
The sass-loader does not currently follow all of the webpack loader guidelines. Specifically, until the [mark and resolve dependencies](https://github.com/jtangelder/sass-loader/issues/2) feature is added, webpack will not resolve your `@import` statements for you or watch and reload when a SASS dependency changes. You can use a third party watch module to handle at least the reloading aspect for the time being.
47+
4448
## License
4549

4650
MIT (http://www.opensource.org/licenses/mit-license.php)

0 commit comments

Comments
 (0)