Hello, I am a beginner with webpack and I am looking to minify all the files in a folder into a single js file using webpack. I want to avoid adding each file manually in the entry section. I believe there must be a more efficient way to achieve this, but I have been unable to find clear instructions on Google or the webpack official documentation. Can you please provide some guidance? Thank you.