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
It works as expected. You cannot copy glob into a file, thats how it works. In your example app.*.css could match more than one file in the path. If there are more than one files by any chance. It can't be copied/merged into a single file. It is copied as it is to the target directory.
And. Yes. I agree, the interpolated file names generated by webpack can't be copied by giving a filename, since the filenames are generated dynamically.
Hi! I'd like to copy a file and rename it, but I get a folder named as the name of source file.
The code in document likes that:
Then I make it like that:
I get a folder named
app.css
, and the source file is copied into this folder. Is there anything wrong in my code? Thank you!The text was updated successfully, but these errors were encountered: