1.1.1 • Published 4 years ago

webpack-remove-files-by-path v1.1.1

Weekly downloads
2
License
ISC
Repository
-
Last release
4 years ago
版本
1.1.0 才是切实可用到项目中的
使用
// 加载插件
npm install webpack-remove-files-by-path

// 引入插件
const RemoveFilesByPath = require('webpack-remove-files-by-path');

// 使用插件
// targetPath:要删除的文件路径
// targetList:以及该路径下要删除的文件名
new RemoveFilesByPath({targetPath: 'dist/apps/ideal3/assets/', targetList: ['i18n', 'json', 'mock']})
1.1.1

4 years ago

1.0.2

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago