1.0.8 • Published 2 months ago

console-webpack-plugin v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago

console-webpack-plugin

该插件可用于以下情况:当你的生产环境去除了 console.log 但是又需要添加一些信息到控制台显示,比如招聘信息之类,那么可以考虑这个插件

安装

  • npm i console-webpack-plugin
  • yarn add console-webpack-plugin

在线演示

狠狠戳我

usage

const ConsoleWebpackPlugin = require("console-webpack-plugin");
plugins: [
    new ConsoleWebpackPlugin({
      template: "./hire.txt",
      includes: ["./index.html", "./demo.html","./a/index.html"],
      excludes: "./no_hire.html"
    })
  ],

说明

属性说明类型
template需要显示的信息文件string
includes需要添加的目标文件,可传数组或字符串Array| string
excludes不需要被添加的目标文件,可传数组或字符串Array| string
1.0.8

2 months ago

1.0.7

2 months ago

1.0.6

2 months ago

1.0.5

2 months ago

1.0.4

2 months ago

1.0.3

3 months ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

4 years ago