Hello again! I was just working on migrating my project to v0.9.0 and am loving the new changes, but I have some <script> and <style> tags with webc:bucket="defer" set and noticed that they weren't making it into the final output anymore. It looks like someone has already opened an issue here: #56
I was able to find and fix the bug and added some tests to cover it.
Hello again! I was just working on migrating my project to v0.9.0 and am loving the new changes, but I have some
<script>
and<style>
tags withwebc:bucket="defer"
set and noticed that they weren't making it into the final output anymore. It looks like someone has already opened an issue here: #56I was able to find and fix the bug and added some tests to cover it.
Thanks!