playwright-watch icon indicating copy to clipboard operation
playwright-watch copied to clipboard

No loader for `ts` files

Open YonatanKra opened this issue 3 years ago • 2 comments

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

Error: No loader specified for extension ".ts"

YonatanKra avatar Feb 24 '22 18:02 YonatanKra

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.

franzvezuli avatar May 19 '22 03:05 franzvezuli

same as me. any support for ts?

gomdolkim avatar Jan 26 '24 03:01 gomdolkim