4.4.7-alpha.9 • Published 4 years ago
@mrbuilder/plugin-filetypes v4.4.7-alpha.9
This plugin provides basic file-loader support to webpack The configuration is
*Note: svg is loaded by the mrbuilder-plugin-fonts. Fonts require some special header to load correctly in some browsers. If you add svg here and do not remove it from mrbuilder-plugin-fonts configuration, they will probably not work.
test = /\.(png|je?pg|gif?f|bmp|ppm|bpg|mpe?g)$/,
loader = 'file-loader',
limit = 1000,
Property | Type | Default | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
test | regex | /.(png | je?pg | gif?f | bmp | ppm | bpg | mpe?g)$/ | Which files to use file loader |
loader | string | file-loader | what loader to use | ||||||
options | object | {} | options see file-loader docs |
4.4.7-alpha.9
4 years ago
4.4.6
4 years ago
4.3.0
5 years ago
4.2.0
5 years ago
4.2.0-alpha.8
5 years ago
4.2.0-alpha.3
5 years ago
4.1.0
5 years ago
4.0.1
5 years ago
4.0.0
5 years ago
4.0.0-alpha.9
6 years ago
4.0.0-alpha.4
6 years ago
4.0.0-alpha.10
6 years ago
4.0.0-alpha.2
6 years ago
4.0.0-alpha.1
6 years ago
4.0.0-alpha.0
6 years ago