parcel-plugin-strip-bomdeprecated

Remove BOM from parcel bundles.

Usage no npm install needed!

<script type="module">
  import parcelPluginStripBom from 'https://cdn.skypack.dev/parcel-plugin-strip-bom';
</script>

README

Parcel Plugin Strip BOM

Remove BOM from HTML and CSS parcel bundles.

Getting Started

Install the module as a dev dependency.

npm install --save-dev parcel-plugin-strip-bom

Then just run parcel and BOMs will be removed from HTML and CSS bundles.