Just wondering if WCT supports the new bare import specifiers, I'm using [email protected]
The prerelease has support via --module-resolution: https://github.com/Polymer/tools/blob/master/packages/web-component-tester/CHANGELOG.md#660-pre3---2018-03-21
If you install @next and run with --npm --module-resolution=node then bare specifiers should be rewritten to paths.
So: wct --npm --module-resolution=node?
So: wct --npm --module-resolution=node?
Yes. You can also set "npm:true" and "moduleResolution:node" in your wct.conf.json
Sorry, I'm getting this error: Error: wct-browser-legacy not installed. Please change --wct-package-name flag or install the package. Do I just need to do an npm install of wct-browser-legacy? Is there documentation for any of this yet?