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 e83df32 commit 4d6262aCopy full SHA for 4d6262a
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# CHANGELOG
2
3
+## 0.16.0
4
+
5
+ * Added a priority argument to the `addPlugin()` method so that we
6
+ can (mostly in the future) allow plugins to be ordered, if/when
7
+ that becomes necessary - #177 via @Lyrkan
8
9
+ * Fixed several minor bugs related to extra `.map` files (#170),
10
+ always having a DefinePlugin enabled (#172), fixing extra
11
+ instances of the ts-loader (#181) and upgrading a dependency
12
+ to avoid a deprecation warning (#182) - all via @Lyrkan
13
14
## 0.15.1
15
16
* Fixed bug with using `?` in your versioning strategy with
0 commit comments