-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
🤞 phase/openPost is being triaged manuallyPost is being triaged manually
Description
Initial checklist
- I read the support docs
- I read the contributing guide
- I agree to follow the code of conduct
- I searched issues and discussions and couldn’t find anything (or linked relevant results below)
Affected package
Steps to reproduce
If a script tag has type attribute it doesn't seem to get minified.
<script type="module">
console.log('hello, world');
console.log('hello, world');
</script>
<script>
console.log('hello, world');
console.log('hello, world');
</script>Actual behavior
<script type="module">
console.log('hello, world');
console.log('hello, world');
</script>
<script>console.log("hello, world"),console.log("hello, world")</script>Expected behavior
<script type="module">console.log("hello, world"),console.log("hello, world")</script>
<script>console.log("hello, world"),console.log("hello, world")</script>Runtime
No response
Package manager
No response
Operating system
No response
Build and bundle tools
No response
Metadata
Metadata
Assignees
Labels
🤞 phase/openPost is being triaged manuallyPost is being triaged manually