multiple inline <script>
tags not getting correctly optimized - all tags show the same contents
#572
Closed
1 of 5 tasks
Milestone
Type of Change
Summary
Looks like there is a bug in our rollup.config.js logic that tries to optimize inline
<script>
tags. For example thisshould come out like this
instead it is coming out with the second inlined version being the same code as the first inline
<script>
tagDetails
Not sure if the issue is related to poor hashing, so maybe a good case to finally tackle #553? While we're at, should confirm how this works
type="module"
<style>
tagsThe text was updated successfully, but these errors were encountered: