Skip to content

Commit

Permalink
revert: "Return fileName to have sass-loader handle dependency correc…
Browse files Browse the repository at this point in the history
…tly"

Reverts feature adding `fileName` field to the returned object, because
[returning both `fileName` and `contents` is unexpected per the docs](https://sass-lang.com/documentation/js-api#importer)
breaking the importer, as reported in #78.

This reverts commit 3d34986.
  • Loading branch information
pmowrer committed Feb 4, 2020
1 parent 6c5e1fd commit 20d5a1f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Changelog

Deprecated. For versions above **4.1.0**, please refer to "Releases" in GitHub UI.
## *Deprecated*
For versions above **4.1.0**, please refer to "Releases" in GitHub UI.

## 4.1.0

- Return `fileName` to have sass-loader handle dependency correctly (#74).

## 4.0.1
* Update package.json's main field (#73).

Expand Down

0 comments on commit 20d5a1f

Please sign in to comment.