Skip to content

Instantly share code, notes, and snippets.

@b-tiwari
Created May 6, 2017 06:14
Show Gist options
  • Save b-tiwari/fdc6d5642a4babcd7574455d940e22f0 to your computer and use it in GitHub Desktop.
Save b-tiwari/fdc6d5642a4babcd7574455d940e22f0 to your computer and use it in GitHub Desktop.
src/index.html
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>
<h1> <%= htmlWebpackPlugin.options.myPageHeader %> </h1>
<h3>Welcome to the Awesome application</h3>
<my-app></my-app>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment