htmlmin icon indicating copy to clipboard operation
htmlmin copied to clipboard

Removes empty array from script content

Open bitttttten opened this issue 6 years ago • 0 comments

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!

bitttttten avatar Apr 16 '19 09:04 bitttttten