Closed santiago-elustondo closed 6 years ago
It looks like when you concatenate dependencies onto the plugin.fileDependencies array, it is adding these to the saved dependencies from the previous run.
plugin.fileDependencies
this.fileDependencies = this.fileDependencies.concat(files);
here's some console output:
Yeah I noticed it I will give a fix clubbing with others
@santiago-elustondo thank you very much. Its resolved in new version
It looks like when you concatenate dependencies onto the
plugin.fileDependencies
array, it is adding these to the saved dependencies from the previous run.here's some console output: