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 fcc82ea commit 949dfd1Copy full SHA for 949dfd1
heap-plugin/index.js
@@ -12,7 +12,7 @@ module.exports = function (context, options) {
12
/* other lifecycle API */
13
injectHtmlTags() {
14
let heapId = process.env.HEAP_ID;
15
- console.log({ heapId });
+
16
return {
17
headTags: [
18
{
0 commit comments