How to build a bex project with puppeteer-core-browser.js? #17510
Unanswered
BekkerSmartseller
asked this question in
CLI - BEX mode
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good afternoon. I am building a bex project and I need to implement puppeteer (https://pptr.dev/guides/running-puppeteer-in-the-browser ) to launch in the browser on a specific event. Thus, puppeteer connects to a specific tab by tab.id .
For the build, it is recommended to use rollup.config.mjs with the following contents:
import {nodeResolve} from '@rollup/plugin-node-resolve';
In background.js:
It works outside of bex, but how do I put it together in quasar?
Beta Was this translation helpful? Give feedback.
All reactions