Releases: posthtml/posthtml-include
Releases · posthtml/posthtml-include
v1.5.0
v1.1.0
- addDependencyTo option
An object with addDependency() method, taking file path as an argument. Called whenever a file is included. Default null. You can use it for hot-reloading in webpack posthtml-loader like this:
posthtml: function(webpack) {
return [
require('posthtml-include')({ addDependencyTo: webpack })
]
}