tcoopman/image-webpack-loader

Use `optionalDependencies` for imagemin plugins

開放

#53 建立於 2016年11月10日

 (1 則留言) (0 個反應) (0 位負責人)JavaScript (147 個分叉)batch import
help wanted

倉庫指標

星標
 (2,037 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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).

貢獻者指南