File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
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
+
3
15
## 0.30.0
4
16
5
17
* ~~ [ BC BREAK] The Vue "build" was changed from ` vue.esm.js ` (full build) to ` vue.runtime.esm.js ` (runtime build)~~
You can’t perform that action at this time.
0 commit comments