We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c20c767 commit 4fe40c2Copy full SHA for 4fe40c2
public/index.html
@@ -9,6 +9,9 @@
9
<% if (htmlWebpackPlugin.options.OPTIMIZELY_PROJECT_ID) { %>
10
<script src="https://www.edx.org/optimizelyjs/<%= htmlWebpackPlugin.options.OPTIMIZELY_PROJECT_ID %>.js"></script>
11
<% } %>
12
+ <% if (htmlWebpackPlugin.options.META_TAG_ROBOTS_CONTENT_ATTR) { %>
13
+ <meta name="robots" content="<%= htmlWebpackPlugin.options.META_TAG_ROBOTS_CONTENT_ATTR %>">
14
+ <% } %>
15
</head>
16
<body>
17
<div id="root"></div>
0 commit comments