@@ -53,18 +53,18 @@ You may need to specify loaders for images in your configuration (recommended `f
53
53
54
54
## Options
55
55
56
- | Name | Type | Default | Description |
57
- | :-------------------------------: | :-----------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------- |
58
- | ** [ ` attributes ` ] ( #attributes ) ** | ` {Boolean\/Array} ` | ` [':srcset', 'img:src', 'audio:src', 'video:src', 'track:src', 'embed:src', 'source:src','input:src', 'object:data', 'script:src'] ` | Enables/Disables attributes handling |
59
- | ** [ ` root ` ] ( #root ) ** | ` {String} ` | ` undefiend ` | Allow to handle root-relative attributes |
60
- | ** [ ` interpolate ` ] ( #interpolate ) ** | ` {Boolean} ` | ` false ` | Allow to use expressions in HTML syntax |
61
- | ** [ ` minimize ` ] ( #minimize ) ** | ` {Boolean\|Object} ` | ` true ` in production mode, otherwise ` false ` | Tell ` html-loader ` to minimize HTML |
62
- | ** [ ` esModule ` ] ( #esmodule ) ** | ` {Boolean} ` | ` false ` | Use ES modules syntax |
56
+ | Name | Type | Default | Description |
57
+ | :-------------------------------: | :-----------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------- : | :--------------------------------------- |
58
+ | ** [ ` attributes ` ] ( #attributes ) ** | ` {Boolean\/Array} ` | ` ['source :srcset', 'img:src', 'img:srcset ', 'audio:src', 'video:src', 'track:src', 'embed:src', 'source:src','input:src', 'object:data', 'script:src'] ` | Enables/Disables attributes handling |
59
+ | ** [ ` root ` ] ( #root ) ** | ` {String} ` | ` undefiend ` | Allow to handle root-relative attributes |
60
+ | ** [ ` interpolate ` ] ( #interpolate ) ** | ` {Boolean} ` | ` false ` | Allow to use expressions in HTML syntax |
61
+ | ** [ ` minimize ` ] ( #minimize ) ** | ` {Boolean\|Object} ` | ` true ` in production mode, otherwise ` false ` | Tell ` html-loader ` to minimize HTML |
62
+ | ** [ ` esModule ` ] ( #esmodule ) ** | ` {Boolean} ` | ` false ` | Use ES modules syntax |
63
63
64
64
### ` attributes `
65
65
66
66
Type: ` Boolean|Array `
67
- Default: ` [':srcset', 'img:src', 'audio:src', 'video:src', 'track:src', 'embed:src', 'source:src', 'input:src', 'object:data', 'script:src'] `
67
+ Default: ` ['source :srcset', 'img:src', 'img:srcset', ' audio:src', 'video:src', 'track:src', 'embed:src', 'source:src','input:src', 'object:data', 'script:src'] `
68
68
69
69
#### ` Boolean `
70
70
0 commit comments