We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1930109 commit 6284c90Copy full SHA for 6284c90
CHANGELOG.md
@@ -1,5 +1,22 @@
1
# CHANGELOG
2
3
+## 0.20.0
4
+
5
+ * Added `Encore.configureUrlLoader()` method that allows you
6
+ to inline smaller images/file assets for better performance
7
+ #296 via @Lyrkan
8
9
+ * Improved error messages that recommend using yarn vs npm
10
+ #291 via @Lyrkan
11
12
+ * Fixed bug with using --stats option #299 via @Lyrkan
13
14
+ * Allow configuration callbacks to return their value
15
+ #300 via @Lyrkan
16
17
+ * Updated to use the new v2 of webpack-manifest-plugin
18
+ #164 via @weaverryan
19
20
## 0.19.0
21
22
* Updated how Encore is exported to support better IDE auto-completion
0 commit comments