Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 539 Bytes

File metadata and controls

15 lines (10 loc) · 539 Bytes

Please note: The aproach I've used is very hacky 🙈 Please let me know, if you have a better solution.

📦 parcel-plugin-html

Adds data-src to the list of all attributes that may produce a dependency. Supported elements are <script>, <img>, <audio>, <video>, <source>, <track>, <iframe> and <embed>.

Install

Make sure you have installed parcel before continuing.

yarn add --dev parcel-plugin-html
# or
npm install --save-dev parcel-plugin-html