Skip to content
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

[Bug] Copying same file to multiple targets requires copyUnmodified #156

Closed
lmxdk opened this issue Oct 18, 2017 · 1 comment · Fixed by #165
Closed

[Bug] Copying same file to multiple targets requires copyUnmodified #156

lmxdk opened this issue Oct 18, 2017 · 1 comment · Fixed by #165

Comments

@lmxdk
Copy link

lmxdk commented Oct 18, 2017

When i try to copy the same file to multiple locations, it is only copied to the first target.
I need to copyUnmodified to get the file copied.
[copy-webpack-plugin] skipping 'print.css', because it hasn't changed

Configuration like:
[{from: "print.css", to: "first/print.css"},
{from: "print.css", to: "second/print.css"}]

@alexander-akait
Copy link
Member

@lmxdk thanks seems bug

@michael-ciniawsky michael-ciniawsky changed the title Copying same file to multiple targets requires copyUnmodified [Bug] Copying same file to multiple targets requires copyUnmodified Oct 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants