iamyoki / playwright-watch

🙈🐵 Run Playwright in watch mode
MIT License
54 stars 3 forks source link

No loader for `ts` files #12

Open YonatanKra opened 2 years ago

YonatanKra commented 2 years ago

My configuration is in .ts files and when using the watch I get the error:

Error: No loader specified for extension ".ts"
franzvezuli commented 2 years ago

Same for me. The workaround is to keep your main playwright.config.js file as JavaScript. But you can use .ts for any other file and it works fine.

gomdolkim commented 7 months ago

same as me. any support for ts?