Closed ghost closed 1 year ago
At the moment, <script> and <script context="module"> are grouped.
<script>
<script context="module">
Would be nice if we can set a different order, something like script-markup-styles-module.
script-markup-styles-module
I can open a PR if this feature is considered.
We don't want to add further customization to the order of things right now. You can set the order to none to opt out of reordering completely.
none
At the moment,
<script>
and<script context="module">
are grouped.Would be nice if we can set a different order, something like
script-markup-styles-module
.I can open a PR if this feature is considered.