We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v5 of the Design System will likely require a type="module" attribute on the <script> tag (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules)
type="module"
<script>
We need to support that in the kit
So that anyone who wants to use type="module" in their Plug-In can use it.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What
v5 of the Design System will likely require a
type="module"
attribute on the<script>
tag (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules)We need to support that in the kit
Why
So that anyone who wants to use
type="module"
in their Plug-In can use it.Who needs to work on this
Who needs to review this
Done when
type="module"
type="module"
for Plug-In scriptsThe text was updated successfully, but these errors were encountered: