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
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"}]
The text was updated successfully, but these errors were encountered:
michael-ciniawsky
changed the title
Copying same file to multiple targets requires copyUnmodified
[Bug] Copying same file to multiple targets requires copyUnmodifiedOct 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"}]
The text was updated successfully, but these errors were encountered: