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 bc3f23a + fcb26a6 commit ca7c4a1Copy full SHA for ca7c4a1
CHANGELOG.md
@@ -1,6 +1,10 @@
1
Changelog
2
---------
3
4
+### 5.0.1
5
+
6
+- Fix bug where multiple compilations interfered with each other. [#369](https://github.com/jtangelder/sass-loader/pull/369)
7
8
### 5.0.0
9
10
- **Breaking**: Remove synchronous compilation support. [#334](https://github.com/jtangelder/sass-loader/pull/334)
package.json
@@ -1,6 +1,6 @@
{
"name": "sass-loader",
- "version": "5.0.0",
+ "version": "5.0.1",
"description": "Sass loader for webpack",
"main": "lib/loader.js",
"scripts": {
0 commit comments