<script>
tags in the <body>
are not getting bundled
#994
Labels
Milestone
<script>
tags in the <body>
are not getting bundled
#994
Type of Change
Summary
When downstream testing the latest alpha releases of Greenwood for v0.27.0, it looks like in the case of the presentation starter, where there are
<script>
tags in the<body>
https://github.com/thescientist13/greenwood-starter-presentation/blob/0.6.0/src/layouts/page.html
it looks like they are not getting bundled correctly.
thescientist13/greenwood-starter-presentation#61
Details
While a
<script type="module">
isdefer by default, there are certain cases where putting a
<script>` tag in the body makes sense. In general, want to try and be as faithful as possible to the source code a developer writes.The text was updated successfully, but these errors were encountered: