We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc9d5e commit 11e1f46Copy full SHA for 11e1f46
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# CHANGELOG
2
3
+## 0.31.0
4
+
5
+ * [DEPENDENCY UPGRADE] `assets-webpack-plugin` was updated from `^3.9.7`
6
+ to `^5.1.1`, which should not affect most users.
7
8
+ * [DEPENDENCY UPGRADE] `less-loader` was updated from `^4.1.0`
9
+ to `^6.2.0`. This will likely not affect you unless you're passing
10
+ certain custom options in `enableLessLoader()`: [CHANGELOG](https://github.com/webpack-contrib/less-loader/blob/master/CHANGELOG.md)
11
12
+ * [DEPENDENCY UPGRADE] `sass-loader` was updated from `^8.0.0`
13
+ to `^9.0.1`, which has some options-related changes: [CHANGELOG](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
14
15
## 0.30.0
16
17
* ~~[BC BREAK] The Vue "build" was changed from `vue.esm.js` (full build) to `vue.runtime.esm.js` (runtime build)~~
0 commit comments