Skip to content

Commit 954fd25

Browse files
samuelkraftScriptedAlchemy
authored andcommitted
fix: Remove console.log (#196)
1 parent a0f7009 commit 954fd25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ class ExtractCssChunksPlugin {
382382
'}',
383383
])
384384
: '',
385-
`var insert = ${insert}; console.log('insert',insert)`,
385+
`var insert = ${insert};`,
386386
`if (typeof insert === 'function') { insert(linkTag); }`,
387387
`else { var target = document.querySelector(${insert}); target && insert === 'body' ? target && target.insertBefore(linkTag,target.firstChild) : target.appendChild(linkTag); } `,
388388
]),

0 commit comments

Comments
 (0)