Skip to content

Commit

Permalink
fix(percy): puppeteer import, fix #330
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Nov 12, 2022
1 parent 91b48a1 commit c199ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/histoire-plugin-percy/src/index.ts
Expand Up @@ -33,7 +33,7 @@ export function HstPercy (options: PercyPluginOptions = {}): Plugin {
return
}

const { default: puppeteer } = await import('puppeteer')
const puppeteer = await import('puppeteer')
const browser = await puppeteer.launch()

// Collect client and env info
Expand Down

0 comments on commit c199ad4

Please sign in to comment.