is this possible to run one of the plugins from webpack.config.js on HMS reload?
I'm using MergeIntoSingleFilePlugin to combine a few files into one. I'd love to trigger this plugin when one of the files that ought to be bundled will change. Is this possible? If so, how can I do that?