-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
transform
support
#4
Comments
+1, this is a requirement for me as well as I transform xml to json during build and would like to have this in dev mode as well. edit: looking at the source for rollup-plugin-copy it seems simple enough to do. I need to finish a project first and might give it a shot afterwards. https://github.com/vladshcherbin/rollup-plugin-copy/blob/master/src/index.js#L114 |
This feature will be really very welcome. |
* Feat: transform support #4 * Chore : Simplify the code * Chore: fix package-lock.json * Refactor: FileMap/TransformFunc type * Refactor: check dir before copy * Update: support E-Tag for transformed content * Fix: improve error output * Refactor: build transform * Chore: format test * Chore: restore removed comment * Chore: update transform option docs * Chore: improve debug output * Chore: fix README Co-authored-by: sapphi-red <green@sapphi.red>
Hey @sapphi-red , |
I ended up using rollup-plugin-copy, works just fine |
|
Folders are not supported right now |
You can use a glob to grab all the folders files, that will work. |
any examples? |
|
I want to copy
|
Hey, thanks for making this plugin, would it support transform (i.e. modify file contents) like
rollup-plugin-copy
andCopyWebpackPlugin
?The text was updated successfully, but these errors were encountered: