How do I 'copy' my resources over to the webpack directory? Under 'build/js/packages/<project>'? I'm trying to use the HtmlWebpackPlugin with a template index.ejs but I don't know how I can pass the index.ejs from my resources folder into that project dir? It just places it under 'processedResources' which I do not want.