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 ad816d1 + 08c4acf commit 42bfebbCopy full SHA for 42bfebb
CHANGELOG.md
@@ -1,6 +1,10 @@
1
Changelog
2
---------
3
4
+### 6.0.1
5
+
6
+- Fix source maps in certain CWDs. [#377](https://github.com/jtangelder/sass-loader/pull/377)
7
8
### 6.0.0
9
10
- **Breaking** (for resolve-url-loader only): Improve source map support. [#374](https://github.com/jtangelder/sass-loader/issues/374)
package.json
@@ -1,6 +1,6 @@
{
"name": "sass-loader",
- "version": "6.0.0",
+ "version": "6.0.1",
"description": "Sass loader for webpack",
"main": "lib/loader.js",
"scripts": {
0 commit comments