We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f082ef commit 64d0be2Copy full SHA for 64d0be2
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# CHANGELOG
2
3
+## 0.15.0
4
+
5
+ * Add support for [Preact](https://preactjs.com/) - #144 via @Lyrkan
6
7
+ * Added `Encore.configureManifestPlugin()` method - #142 via @Seikyo
8
9
+ * Added 5 new methods to configure plugins! #152 via @Lyrkan
10
+ * `Encore.configureDefinePlugin()`
11
+ * `Encore.configureExtractTextPlugin()`
12
+ * `Encore.configureFriendlyErrorsPlugin()`
13
+ * `Encore.configureLoaderOptionsPlugin()`
14
+ * `Encore.configureUglifyJsPlugin()`
15
16
## 0.14.0
17
18
* Added `Encore.configureFilenames()` so that you can fully control
0 commit comments