Skip to content

Instantly share code, notes, and snippets.

@sivaraj-v
Last active March 22, 2018 13:18
Show Gist options
  • Save sivaraj-v/f6cc1b5648f7fbc5ac0e3c434ad7c609 to your computer and use it in GitHub Desktop.
Save sivaraj-v/f6cc1b5648f7fbc5ac0e3c434ad7c609 to your computer and use it in GitHub Desktop.
Webpack index.html basic
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<script src="app.js"></script>
</head>
<body>
<h1>Webpack ES6 - Babel and Transpilers </h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment