v0.0.5
- exposes
pluginsconstructor option to accept webpack plugins - dependencies from your HTML are better tracked (e.g if you include an
<img src='foo.jpg'>on yourindex.jade, that image becomes a tracked dependency ofindex.jadewithin webpack) - adds
roots.clean()to the JS API androotsmini cleanto the CLI which will remove youroutput.pathfor you