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
Web components default to display inline. But since this tool maintains a list of specific tag names to consider inline it does not include web components.
test('custom components inline',async()=>{constinput='George said <custom-component>Oh, my.</custom-component>';constoutput='George said <custom-component>Oh, my.</custom-component>';expect(awaitminify(input)).toBe(output);});
Version
7.2.0
What browsers are you seeing the problem on?
Chrome
Link to reproduce
No response
Relevant log output
Willing to submit a PR?
Yes
The text was updated successfully, but these errors were encountered:
What happened?
Web components default to display inline. But since this tool maintains a list of specific tag names to consider inline it does not include web components.
For example:
Version
7.2.0
What browsers are you seeing the problem on?
Chrome
Link to reproduce
No response
Relevant log output
Willing to submit a PR?
Yes
The text was updated successfully, but these errors were encountered: