rafaelmussi / angular-templatecache-webpack-plugin

Webpack plugin that concatenates and registers AngularJS templates in the $templateCache.
MIT License
4 stars 16 forks source link

Task is not executed when .html file is changed #2

Open TiagoJacobs opened 3 years ago

TiagoJacobs commented 3 years ago

While trying this plugin I've found that it works correctly, however it does not rebuild when a .html file is saved ( running webpack watch ).

Is there any way to make it compatible with webpack watch?