1.0.3 • Published 3 years ago

checked-webpack-plugin v1.0.3

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

webpack 插件

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

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

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

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago