Relative Content

Tag Archive for typescriptjestjsbabeljsplaywrightesmodules

Playwright – SyntaxError: Unexpected token ‘export’ – external npm package

I have created npm package in order to use it withing our organization. It containing some reusable code for testing. It is published to our internal feed and i have installed in destination project without any problems.
Destination project containing playwright tests and when im trying to run them it started to show me error while im trying to import anything from that npm package:
SyntaxError: Unexpected token 'export