checkly / headless-recorder

Chrome extension that records your browser interactions and generates a Playwright or Puppeteer script.
https://checklyhq.com/headless-recorder
MIT License
15.03k stars 722 forks source link

popup script has package.json content #31

Closed CharltonC closed 5 years ago

CharltonC commented 6 years ago

Played with the extension for a bit last night to check out the extension and noticed the "package.json" content in the popup script. I think it may have been caused by accidentally included the "package.json" file in webpack config...

tnolet commented 6 years ago

@CharltonC thanks, will check it out and fix it.

tnolet commented 5 years ago

@CharltonC can you maybe post a screenshot or something of this issue? I can't seem to find any package.json data in the current distributed version (4.1)

CharltonC commented 5 years ago

puppeteer-recorder @tnolet there you go not sure this is intended.

tnolet commented 5 years ago

That's not an issue. package.json is public info anyway. Thanks for reporting, closing this issue.