-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] How to use babel? #10034
Comments
Playwright does not do anything special there. Do you consume it as a library or is this question Playwright Test ( What are you trying to archive? Be aware that Playwright is a Node.js library, you can't consume it from the web, because it requires operating system interaction, e.g. launching processes, writing files etc. |
It's just that I can't use |
How do you plan to consume Playwright? Inside your web application? Since Vite is a frontend bundler, this won't work if I understand Vite correctly. |
Well I use nodejs |
There is no relation between npx playwright test and Vite. With Playwright Test |
Oh it requires
This is my
|
We don't use tsconfig to compile typescript, but there's a metabug about it: #7121 |
I see |
@aslushnikov @mxschmitt What's the solution for this? I'm encountering this problem and I have no solution for it. I can't convert my project to |
I'm also interested in this problem. Using
This happens on the sample test from the docs: https://playwright.dev/docs/test-components
|
So in root of my project I have following
babel.config.js
,Now, how do I tell playwright to use the babel config?
The text was updated successfully, but these errors were encountered: