1.0.4 • Published 7 months ago

image-tree-shaking-plugin v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

webpack 插件 支持图片 treeshaking

使用

// webpack.config.js
const ImageTreeShakingPlugin = require("image-tree-shaking-plugin");
module.exports = {
  plugins: [
    new ImageTreeShakingPlugin(), // 图片树摇
  ],
};
1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago