1.3.0 • Published 3 years ago

@spinodev/tinypng-plugin-fix v1.3.0

Weekly downloads
8
License
unknown
Repository
-
Last release
3 years ago

Tinypng Plugin for Webpack Full Featured

npm js-standard-style build status Coverage Status

This is a fix for making this plugin https://github.com/JoJoChilly/tinypng-plugin-webpack-full-featured run after you build with webpack, so you can copy the images to a new folder and only then run the tinyPng operation. Also added an optional variable for excluding pictures - imagesToIgnore. imagesToIgnore - receives a local path to a json file with the names of the pictures you don't want tinyPng'd.

Example:

FileName "tinyPngIgnore" in the root dir: { "imagesToIgnore": "bg", "Symbols" }

new var in the plugin: imagesToIgnore: path.resolve(__dirname, "tinyPngIgnore.json")

All credit and Copyright (c) Joan Qin

1.2.9

3 years ago

1.3.0

3 years ago

1.2.8

4 years ago

1.2.7

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago