tettusud / merge-jsons-webpack-plugin

This plugin is used to merge json files into single json file,using glob or file names
https://npmjs.com/package/merge-jsons-webpack-plugin
Apache License 2.0
36 stars 20 forks source link

`plugin.fileDependencies` grows with each compilation. #28

Closed santiago-elustondo closed 6 years ago

santiago-elustondo commented 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.

this.fileDependencies = this.fileDependencies.concat(files);

here's some console output: image

tettusud commented 6 years ago

Yeah I noticed it I will give a fix clubbing with others

tettusud commented 6 years ago

@santiago-elustondo thank you very much. Its resolved in new version