@easy-webpack/config-fonts-and-images
TypeScript icon, indicating that this package has built-in type declarations

3.1.0 • Public • Published

@easy-webpack/config-fonts-and-images

Load in fonts and images into webpack bundle using file-loader and url-loader.

Smaller files would be bundled as data URL while larger files will be emitted as a separate file.

The following file extensions are supported:

  • png
  • gif
  • jpg
  • eog
  • svg
  • woff
  • woff2
  • otf
  • ttf

Installation

npm install --save-dev @easy-webpack/config-fonts-and-images

easy-webpack is also required.

Usage

// webpack.config.js
const generateConfig = require('@easy-webpack/core').generateConfig;

const baseConfig = { ... }; // project-specific config like the entry file

module.exports = generateConfig(
  baseConfig,

  require('@easy-webpack/config-fonts-and-images')()
);

// This config will 

Options

No options available

/@easy-webpack/config-fonts-and-images/

    Package Sidebar

    Install

    npm i @easy-webpack/config-fonts-and-images

    Weekly Downloads

    65

    Version

    3.1.0

    License

    MIT

    Last publish

    Collaborators

    • bazyli.brzoska