Currently, I am utilizing the webpack loader ts-loader
to convert typescript source files into a javascript bundle. My goal now is to not only save the compiled javascript bundle but also the individual compiled javascript files. While I have experience in creating basic webpack plugins, I am unsure of how to approach this task. Specifically, I am unsure of which webpack events to listen for and where to access the necessary data. Any suggestions or guidance would be greatly appreciated!