tcoopman/image-webpack-loader

Use `optionalDependencies` for imagemin plugins

Open

#53 geöffnet am 10. Nov. 2016

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (147 Forks)batch import
help wanted

Repository-Metriken

Stars
 (2.037 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Why?

  1. It reduces the size of the package (including dependencies).
  2. Lack of packets that are not using in the application (inside node_modules).
  3. Faster loading plugin (require, import).
  4. We enable the user to decide which plugins to use the usual options.
  5. No need to keep track of versions of plug-ins and constantly update them.

I can do PR, but this major release. Also i can help with repo (https://github.com/tcoopman/image-webpack-loader/issues/47).

Contributor Guide