You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey thanks for the great plugin! I am looking for replacing the copy and compression plugins from my build stack and, to do so, I still need filemanager plugin to have 2 main features:
The copy plugin has a transform option to made modifications to the files while copying ( https://github.com/webpack-contrib/copy-webpack-plugin#patterns ). That's so handy, it's like a swiss knife. It would be great to have something similar when copying/moving with filemanager.
The other thing I noticed is that if I want to gzip all the files in a directory, filemanager will create one file that contains all the files in the folder. When creating a gziped version of the app is great to gzip the files separately, as the compression plugin (https://github.com/webpack-contrib/compression-webpack-plugin) does. Their filename option is also great to specify changes to the extension or similar.
Thanks again for this plugin, I think it's a great idea.
The text was updated successfully, but these errors were encountered:
Hey thanks for the great plugin! I am looking for replacing the copy and compression plugins from my build stack and, to do so, I still need filemanager plugin to have 2 main features:
The copy plugin has a
transform
option to made modifications to the files while copying ( https://github.com/webpack-contrib/copy-webpack-plugin#patterns ). That's so handy, it's like a swiss knife. It would be great to have something similar when copying/moving with filemanager.The other thing I noticed is that if I want to gzip all the files in a directory, filemanager will create one file that contains all the files in the folder. When creating a gziped version of the app is great to gzip the files separately, as the compression plugin (https://github.com/webpack-contrib/compression-webpack-plugin) does. Their
filename
option is also great to specify changes to the extension or similar.Thanks again for this plugin, I think it's a great idea.
The text was updated successfully, but these errors were encountered: