Skip to content

Commit

Permalink
Update packages/next/build/webpack/plugins/font-stylesheet-gathering-…
Browse files Browse the repository at this point in the history
…plugin.ts

Co-authored-by: Tim Neutkens <[email protected]>
  • Loading branch information
prateekbh and timneutkens authored Aug 10, 2020
1 parent af93ab6 commit 3401ca2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ export class FontStylesheetGatheringPlugin {
for (let promiseIndex in fontDefinitionPromises) {
const css = await fontDefinitionPromises[promiseIndex]
const content = await minifyCss(css)
console.log({ content })
this.manifestContent.push({
url: this.gatheredStylesheets[promiseIndex],
content,
Expand Down

0 comments on commit 3401ca2

Please sign in to comment.