Open kostmo opened 5 years ago
Currently, HTML files are using fragile dependency management approach of listing <script> tags in the correct dependency order. This should instead be accomplished in the modern import mechanism.
<script>
Currently, HTML files are using fragile dependency management approach of listing
<script>
tags in the correct dependency order. This should instead be accomplished in the modern import mechanism.