文件名称:webpack-remove-hashed-files:删除哈希文件
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-22 04:27:49
JavaScript
This plugin is able to remove hashed files. If you meet any problems,publish an issue plz. 这个插件可以删除过往webpack打包hash编码后的文件。 如果你在使用过程中,遇到了什么问题,欢迎提交issue给我。 使用方法 初始化npm npm init 安装模块 npm i webpack-remove-hashed-files --save-dev 修改webpack.config.js const removeFiles = require('webpack-remove-hashed-files'); //你的打包目标文件夹 - your distnation folder const buildDir = './dist/'; //自定义选项 - DIY options const opt
【文件预览】:
webpack-remove-hashed-files-master
----package.json(613B)
----LICENSE(1KB)
----index.js(45B)
----README.md(2KB)
----lib()
--------deleteHash.js(4KB)