I'm using webpack to bundle a bunch of javascript files together, and I need to include a copyright notice at the top of the file. I can't seem to figure out how to do that, or if it is possible.
The closest I've come is to use the raw loader, but that hides the copyright in an exported function. Any idea.
Something that is cross-platform is preferred.