Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Added ability to use additional optimizers #166

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Sep 5, 2018

  1. Added ability to use additional optimizers

    To add the ability to use additional optimizers without editing the core loader, I have added the option additionalPlugins to the loader options. Using this, a user can define an additional imagemin plugin to use, along with it's options, and the loader will utilize that optimizer as well (as long as it is installed as a node module).
    scorgn committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    ff83eb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    287021b View commit details
    Browse the repository at this point in the history
  3. Update README.md

    scorgn committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    0d39d46 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. Configuration menu
    Copy the full SHA
    08dd544 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from anikethsaha/test/additional-plugins

    chore(test): added tests for additional plugin feat
    scorgn committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    be5f209 View commit details
    Browse the repository at this point in the history