@@ -55,18 +55,18 @@ You may need to specify loaders for images in your configuration (recommended `f
5555
5656## Options
5757
58- | Name | Type | Default | Description |
59- | :-------------------------------: | :-----------------: | :----------------------------------------------------------------------------------------------------: | :--------------------------------------- |
60- | ** [ ` attributes ` ] ( #attributes ) ** | ` {Array\|String} ` | ` [':srcset', 'img:src', 'audio:src', 'video:src', 'track:src', 'embed:src', 'source:src','input:src'] ` | Enables/Disables attributes handling |
61- | ** [ ` root ` ] ( #root ) ** | ` {String} ` | ` undefiend ` | Allow to handle root-relative attributes |
62- | ** [ ` interpolate ` ] ( #interpolate ) ** | ` {Boolean\|String} ` | ` false ` | Allow to use expressions in HTML syntax |
63- | ** [ ` minimize ` ] ( #minimize ) ** | ` {Boolean\|Object} ` | ` true ` in production mode, otherwise ` false ` | Tell ` html-loader ` to minimize HTML |
64- | ** [ ` esModule ` ] ( #esmodule ) ** | ` {Boolean} ` | ` false ` | Use ES modules syntax |
58+ | Name | Type | Default | Description |
59+ | :-------------------------------: | :-----------------: | :------------------------------------------------------------------------------------------------------------------- : | :--------------------------------------- |
60+ | ** [ ` attributes ` ] ( #attributes ) ** | ` {Array\|String} ` | ` [':srcset', 'img:src', 'audio:src', 'video:src', 'track:src', 'embed:src', 'source:src','input:src', 'object:data' ] ` | Enables/Disables attributes handling |
61+ | ** [ ` root ` ] ( #root ) ** | ` {String} ` | ` undefiend ` | Allow to handle root-relative attributes |
62+ | ** [ ` interpolate ` ] ( #interpolate ) ** | ` {Boolean\|String} ` | ` false ` | Allow to use expressions in HTML syntax |
63+ | ** [ ` minimize ` ] ( #minimize ) ** | ` {Boolean\|Object} ` | ` true ` in production mode, otherwise ` false ` | Tell ` html-loader ` to minimize HTML |
64+ | ** [ ` esModule ` ] ( #esmodule ) ** | ` {Boolean} ` | ` false ` | Use ES modules syntax |
6565
6666### ` attributes `
6767
6868Type: ` Array|String `
69- Default: ` [':srcset', 'img:src', 'audio:src', 'video:src', 'track:src', 'embed:src', 'source:src','input:src'] `
69+ Default: ` [':srcset', 'img:src', 'audio:src', 'video:src', 'track:src', 'embed:src', 'source:src', 'input:src', 'object:data '] `
7070
7171You can specify which tag-attribute combination should be processed by this loader via the query parameter ` attributes ` .
7272Pass an array or a space-separated list of ` <tag>:<attribute> ` combinations. (Default: ` attributes=img:src ` )
0 commit comments