1.1.1 • Published 6 years ago

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

Weekly downloads
2
License
ISC
Repository
-
Last release
6 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

6 years ago

1.0.2

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago