1.0.4 • Published 4 years ago

profilelist v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

profilelist插件

为项目打包完成后,提供保存打包后每个文件的大小信息,是一款基于webpack的插件。

安装

npm i profilelist

使用

//在webpack配置文件中使用
//这里为演示案列
const ProFilelist = require('profilelist')

module.exports={
	plugins:[
		new ProFilelist({
			filename:'文件名'
		})
	]
}

参数

参数名值类型说明
filenamestring(默认list.md)生成的md记录文件

文件生成路径

该插件生成记录文件,默认路径为打包后的出口路径里面

License

MIT

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago