Building an ES6 library with webpack
I’m looking for something like html-webpack-plugin, but instead of HTML, it will output to a javascript file that loads everything else. I’ve found js-entry-webpack-plugin, but it doesn’t output anything for me, and doesn’t seem to spit out any helpful logging that tells me why. Is there anything else, built-in or otherwise, that will do this for me?