-
Notifications
You must be signed in to change notification settings - Fork 106
fix: unminify css when bundling #2710
New issue
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
Conversation
|
✅ Deploy Preview for patternfly-elements ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
zeroedin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Weird issue when docs/demo's build, pf-chip.d.js is included in import map, instead of pf-chip.js
<script type="module">
import '@patternfly/elements/pf-chip/pf-chip.js';
</script>
ERROR: Uncaught TypeError: Failed to resolve module specifier "@patternfly/elements/pf-chip/pf-chip.js". Relative references must start with either "/", "./", or "../".
Appears to be happening to all elements now on this PR.
zeroedin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lunar gravity, tugging moons

What I did
Testing Instructions