We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2714ff commit db44660Copy full SHA for db44660
examples/base.html
@@ -6,8 +6,8 @@
6
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7
<title><%= htmlWebpackPlugin.options.title %></title>
8
<meta name="viewport" content="width=device-width, initial-scale=1">
9
- <meta name="keywords" content="{%= o.htmlWebpackPlugin.options.keywords %}">
10
- <meta name="description" content="{%= o.htmlWebpackPlugin.options.description %}">
+ <meta name="keywords" content="<%= htmlWebpackPlugin.options.keywords %>">
+ <meta name="description" content="<%= htmlWebpackPlugin.options.description %>">
11
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
12
</head>
13
@@ -37,4 +37,4 @@
37
-->
38
</body>
39
40
-</html>
+</html>
0 commit comments