mattborn
Flat webpack stack for gist prototypes.
xxxxxxxxxx
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Quick Webpack!</title>
</head>
<body>
<div id="root"></div>
<script src="bundle.js"></script>
</body>
</html>