htmlmin
htmlmin copied to clipboard
Removes empty array from script content
Before:
<script id="__LOADABLE_REQUIRED_CHUNKS__" type="application/json">[]</script>
After:
<script id="__LOADABLE_REQUIRED_CHUNKS__" type="application/json"></script>
Which loadable/components relies on, otherwise it blows up!