playwright-watch
playwright-watch copied to clipboard
No loader for `ts` files
My configuration is in .ts
files and when using the watch I get the error:
Error: No loader specified for extension ".ts"
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.
same as me. any support for ts?