Skip to content

Instantly share code, notes, and snippets.

@bishesh16
Created May 24, 2018 22:41
Show Gist options
  • Save bishesh16/a6a2fb02a499531c6551abfa2893c13c to your computer and use it in GitHub Desktop.
Save bishesh16/a6a2fb02a499531c6551abfa2893c13c to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Simple Webpack App</title>
<script defer src="/bundle.js"></script>
</head>
<body>
<div id="hello"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment