1.0.3 • Published 2 years ago

checked-webpack-plugin v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

webpack 插件

具体使用 在webpack.config 配置文件中

此项目也可以作为一个webpack 插件模板使用,免去查Api困惑

config.plugins.push(
      new CheckedWebpackPlugin({
        resultPath: path.resolve(__dirname, '../result.log'),
      }),
    );
1.0.3

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago