We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 193bd6e commit 2ac5dd2Copy full SHA for 2ac5dd2
CHANGELOG.md
@@ -1,18 +1,21 @@
1
Changelog
2
---------
3
4
+### 3.2.1
5
+
6
+- Add `webpack@^2.1.0-beta` as peer dependency [#233](https://github.com/jtangelder/sass-loader/pull/233)
7
8
### 3.2.0
9
10
- Append file content instead of overwriting when `data`-option is already present [#216](https://github.com/jtangelder/sass-loader/pull/216)
11
- Make `indentedSyntax` option a bit smarter [#196](https://github.com/jtangelder/sass-loader/pull/196)
12
-
13
### 3.1.2
14
15
- Fix loader query not overriding webpack config [#189](https://github.com/jtangelder/sass-loader/pull/189)
16
- Update peer-dependencies [#182](https://github.com/jtangelder/sass-loader/pull/182)
- - `node-sass^3.4.2`
- - `webpack^1.12.6`
17
+ - `node-sass@^3.4.2`
18
+ - `webpack@^1.12.6`
19
20
### 3.1.1
21
0 commit comments