@mrbuilder/plugin-filetypes

4.4.7-alpha.9 • Public • Published

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
loader string file-loader what loader to use
options object {} options see file-loader docs

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @mrbuilder/plugin-filetypes

Weekly Downloads

0

Version

4.4.7-alpha.9

License

MIT

Unpacked Size

2.77 kB

Total Files

4

Last publish

Collaborators

  • speajus
  • nanandn
  • brycereynolds