diff --git a/packages/histoire-plugin-percy/src/index.ts b/packages/histoire-plugin-percy/src/index.ts index 75675db3..c29b2b46 100644 --- a/packages/histoire-plugin-percy/src/index.ts +++ b/packages/histoire-plugin-percy/src/index.ts @@ -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