Skip to content

Instantly share code, notes, and snippets.

@rohanBagchi
Created May 13, 2017 18:28
Show Gist options
  • Save rohanBagchi/911ea1ac0b27aa46c719b532ca1cee0a to your computer and use it in GitHub Desktop.
Save rohanBagchi/911ea1ac0b27aa46c719b532ca1cee0a to your computer and use it in GitHub Desktop.
Basic HTML to tryout webpack
<html>
<head>
<title>webpack poc</title>
</head>
<body>
<div id="app"></div>
<script src="./dist/bundle.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment