Skip to content

Instantly share code, notes, and snippets.

@davidcsejtei
Created September 27, 2018 08:52
Show Gist options
  • Select an option

  • Save davidcsejtei/36976590b693a72342629f4d1bcb7226 to your computer and use it in GitHub Desktop.

Select an option

Save davidcsejtei/36976590b693a72342629f4d1bcb7226 to your computer and use it in GitHub Desktop.
Webpack html template
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-COMPATIBLE"
content="ie=edge">
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>
<div id="root"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment