/**
WebPack plugin which replaces to:
*
const bundleScript = document.createElement('script');
bundleScript.type = 'text/javascript';
bundleScript.async = true;
bundleScript.src = 'bundle.js';
document.body.appendChild(bundleScript);
* @package js-create-includes-webpack-plugin
@class JSCreateIncludesWebpackPlugin
@author Denis Efremov
@license MIT
*/