Skip to content

Instantly share code, notes, and snippets.

@kiramishima
Created November 21, 2018 22:41
Show Gist options
  • Save kiramishima/8579f43c5169d8488200256fa500fcb7 to your computer and use it in GitHub Desktop.
Save kiramishima/8579f43c5169d8488200256fa500fcb7 to your computer and use it in GitHub Desktop.
Template para Webpack
<!DOCTYPE html>
<html lang="en">
<head>
<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