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 4ad13fb commit f619cd3Copy full SHA for f619cd3
CHANGELOG.md
@@ -1,3 +1,20 @@
1
+# v1.2.0
2
+
3
+###### March 14, 2016
4
5
+#### Features
6
7
+* Included files are now added to the loader [dependencies][mark-dependencies],
8
+ensuring automatic recompilation in watch mode
9
10
+#### Development Features
11
12
+* Update tests in light of the above changes
13
14
+#### Maintenance
15
16
+* Update [README][readme] with new "Includes" section
17
18
# v1.1.0
19
20
###### February 12, 2016
@@ -35,3 +52,4 @@
35
52
[readme]: README.md
36
53
[jscs]: http://jscs.info/
37
54
[jshint]: http://jshint.com/about/
55
+[mark-dependencies]: http://webpack.github.io/docs/how-to-write-a-loader.html#mark-dependencies
0 commit comments