tcoopman/image-webpack-loader
Auf GitHub ansehenUse `optionalDependencies` for imagemin plugins
Open
#53 geöffnet am 10. Nov. 2016
help wanted
Repository-Metriken
- Stars
- (2.037 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
Why?
- It reduces the size of the package (including dependencies).
- Lack of packets that are not using in the application (inside
node_modules). - Faster loading plugin (
require,import). - We enable the user to decide which plugins to use the usual options.
- 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).