I haven't tried the addon yet--I just got home, but I noticed in your screenshot and in https://github.com/segmentio/daydream/blob/master/src/popup/components/App.js#L84 that the puppeteer output contains an ASI hazard. specifically the ident/function call and IIFE one. perhaps prepend the IIFE with a semicolon? `;(async () => ...etc`
I haven't tried the addon yet--I just got home, but I noticed in your screenshot and in https://github.com/segmentio/daydream/blob/master/src/popup/components/App.js#L84 that the puppeteer output contains an ASI hazard. specifically the ident/function call and IIFE one.
perhaps prepend the IIFE with a semicolon?
;(async () => ...etc