
the imagesrcset attribute of the link tag when the rel attribute contains stylesheet, icon, shortcut icon, mask-icon, apple-touch-icon, apple-touch-icon-precomposed, apple-touch-startup-image, manifest, prefetch, preload.the href attribute of the link tag when the rel attribute contains stylesheet, icon, shortcut icon, mask-icon, apple-touch-icon, apple-touch-icon-precomposed, apple-touch-startup-image, manifest, prefetch, preload or when the itemprop attribute is image, logo, screenshot, thumbnailurl, contenturl, downloadurl, duringmedia, embedurl, installurl, layoutimage.the xlink:href attribute of the use tag.the xlink:href attribute of the image tag.the xlink:href attribute of the script tag.You may need to specify loaders for images in your configuration (recommended asset modules). Loader : "html-loader", }, ], }, } Options NameĪllows pre-processing of content before handlingīy default every loadable attributes (for example - ) is imported ( const img = require('./image.png') or import img from "./image.png""). Then add the plugin to your webpack config.
How to use apple application loader install#
To begin, you'll need to install html-loader: npm install -save-dev html-loader HTML is minimized when the compiler demands.
