I'm currently working on a project that involves exporting a custom React component I made. My React component starts with one class that has several other dependencies, and those files contain other dependencies. My overall goal is to export my file and all their dependencies into a singular file that I can simply import to another react project to use my component externally. Does anyone happen to know of any available tools I could use to combine my files into one? I've tried using webpack but I can't seem to be able to use my minified file externally, so if anyone has any pointers (I'm new to all of this) I would greatly appreciate them!