@akqa-frontline/image-config-webpack-plugin
TypeScript icon, indicating that this package has built-in type declarations

0.8.0 • Public • Published

@akqa-frontline/image-config-webpack-plugin

GitHub npm (scoped)

this package is not yet fully documented

Image configuration for webpack.

What does it do

This package lets you use image assets in your JS and (S)CSS files.

Notable features

  • Inline SVG files
  • Base64 encodes images less than 10kb

Install

Install this package and its peer dependencies:

npm install --save-dev --save-exact @akqa-frontline/image-config-webpack-plugin
npm install --save-dev --save-exact webpack

Usage

Add the plugin to your webpack configuration

// webpack.config.js

const {FrontlineImageConfigWebpackPlugin} = require("@akqa-frontline/image-config-webpack-plugin")

module.exports = {
    plugins: [
        new FrontlineImageConfigWebpackPlugin()
    ]
}

Take a look at webpack-config for instructions on a more complete Frontline webpack configuration.

Contributing

Please refer to the contributing document.

License

ISC © AKQA

Readme

Keywords

none

Package Sidebar

Install

npm i @akqa-frontline/image-config-webpack-plugin

Weekly Downloads

25

Version

0.8.0

License

ISC

Unpacked Size

268 kB

Total Files

30

Last publish

Collaborators

  • dni