You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same problem, a separator mismatch between Mac and Windows.
Very annoying that every time we get a different file.
Someone can take a look to this issue? cc. @justinfagnani@runem
After running
wca analyze \"src/**/*.js\" --outFile custom-elements.json
The result path is e.g.:
"./src\\Component.js"
This seems to be due to this line here:
Changing it to this appears to fix it:
The text was updated successfully, but these errors were encountered: