HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux ip-172-31-42-149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/vhost/disk-apps/alq-cali.bikenow.co/node_modules/img-loader/CHANGELOG.md
# Changelog

## 4.0.0

**Breaking Change** Require Node 12+.

Updated dependencies

## 3.0.2

Updated dependencies

## 3.0.1

Updated dependencies

## 3.0.0

**Breaking Change** By default no image optimizing is done. The options for the loader are passed directly to `imagemin.buffer`, so `options.plugins` should be passed as an array of configured imagemin plugins. If `plugins` is a function it will be called with the webpack loader context, and the plugin array should be returned.

## 2.0.1

Updated dependencies

## 2.0.0

Require Node 4. Support only webpack 2. Switch from jpegtran to mozjpeg.
Switch to `enabled` option instead of detecting `minimize` from UglifyJSPlugin.

## 1.3.1

Updated dependencies

## 1.3.0

Support `?config=otherConfig` to specify advanced options

## 1.2.2

Make sure that the webpack callback is only called once

## 1.2.1

Updated dependencies

## 1.2.0

New: Allow using pngquant plugin via advanced options

Match default `optimizationLevel` 2 in plugin in this loader's defaults

## 1.1.0

New: Allow options in an `imagemin` property on the webpack config