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
This commit corrects an issue that needs to
be added with any update to a component that
moves the registration of the element outside
of the element's .js file to the index.js file.
Changes to be committed:
modified: package-lock.json
modified: package.json
modified: rollup.config.js
This commit corrects an issue that needs to
be added with any update to a component that
moves the registration of the element outside
of the element's .js file to the index.js file.
Changes to be committed:
modified: package-lock.json
modified: package.json
modified: rollup.config.js
This commit corrects an issue that needs to
be added with any update to a component that
moves the registration of the element outside
of the element's .js file to the index.js file.
Changes to be committed:
modified: package-lock.json
modified: package.json
modified: rollup.config.js
General Support Request
Support request
rollup.config.js
needs to be updated to support new custom element version control work to get the bundled version to work as expected.Possible Solution
Need to use the
nodeResolve()
function within the plugins of therollup.config.js
file.Context
This work stems from an issue found from auro-hyperlink:
The text was updated successfully, but these errors were encountered: