You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,14 @@
1
1
Changelog
2
2
---------
3
3
4
+
### 3.0.0
5
+
6
+
-**Breaking**: Remove node 0.10 and 0.12 support
7
+
-**Breaking**: Remove official webpack 1 support. There are no breaking changes for webpack 1 with `3.0.0`, but future release won't be tested against webpack 1
8
+
-**Breaking**: Remove synchronous compilation support [#152](https://github.com/webpack-contrib/less-loader/pull/152)[#84](https://github.com/webpack-contrib/less-loader/issues/84)
9
+
- Reduce npm package size by using the [files](https://docs.npmjs.com/files/package.json#files) property in the `package.json`
10
+
11
+
4
12
### 2.2.3
5
13
6
14
- Fix missing path information in source map [#73](https://github.com/webpack/less-loader/pull/73)
@@ -16,4 +24,4 @@ Changelog
16
24
17
25
### 2.2.0
18
26
19
-
- Added option to specify LESS plugins [#40](https://github.com/webpack/less-loader/pull/40)
27
+
- Added option to specify LESS plugins [#40](https://github.com/webpack/less-loader/pull/40)
0 commit comments