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
With the example added to the README (#91), I am a bit confused about what path should contain:
it seems that the example module is at my-project/my-element.js and the manifest at my-project/custom-elements.json, path it set to "path": "my-project/my-element.js".
I found this surprising, as I was expecting path to use a relative path from where the manifest was located. Since it is in the same folder as the module, I was expecting "path": "my-element.js" instead.
Can you check the example and provide more guidance around path?
The path property here:
custom-elements-manifest/schema.d.ts
Line 52 in e527701
is? relative to this file or relative to the package.json? has the extension within?
The text was updated successfully, but these errors were encountered: