tcoopman/image-webpack-loader
View on GitHubUse `optionalDependencies` for imagemin plugins
Open
#53 opened on Nov 10, 2016
help wanted
Description
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).