We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5c25af + e29ab1d commit 5fe4030Copy full SHA for 5fe4030
CHANGELOG.md
@@ -1,6 +1,10 @@
1
Changelog
2
---------
3
4
+### 6.0.0
5
+
6
+- **Breaking** (for resolve-url-loader only): Improve source map support. [#374](https://github.com/jtangelder/sass-loader/issues/374)
7
8
### 5.0.1
9
10
- Fix bug where multiple compilations interfered with each other. [#369](https://github.com/jtangelder/sass-loader/pull/369)
package.json
@@ -1,6 +1,6 @@
{
"name": "sass-loader",
- "version": "5.0.1",
+ "version": "6.0.0",
"description": "Sass loader for webpack",
"main": "lib/loader.js",
"scripts": {
0 commit comments