After realizing that tree shaking was not working correctly due to compiling TypeScript to 'commonjs', I switched it to 'ES2015' and now my build output appears like this:
Can anyone explain what is happening here and how I can resolve it?
I am only specifying a single entry point, so I am expecting a single output.
I have attempted to adjust the tsconfig file and search online for solutions, but it seems like nobody else is experiencing this issue.