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] Plugin copy files only to the local disk where webpack is running #132

Closed
kovart opened this issue Jun 23, 2017 · 3 comments
Closed

Comments

@kovart
Copy link

kovart commented Jun 23, 2017

When I copy files to another disk the plugin is freezed on "finishing emit":

> plugin@1.0.0 build C:\Users\hardk\Desktop\GIT
> webpack --progress --hide-modules

 94% asset optimization[copy-webpack-plugin] starting emit
[copy-webpack-plugin] processing from: './src/' to: 'D:\test'
[copy-webpack-plugin] determined 'D:\test' is a 'dir'
[copy-webpack-plugin] determined './src/' to be read from 'C:\Users\hardk\Desktop\GIT\src'
[copy-webpack-plugin] begin globbing 'C:\Users\hardk\Desktop\GIT\src\**\*' with a context of 'C:\Users\hardk\Desktop\GIT\src'
[copy-webpack-plugin] found C:/Users/hardk/Desktop/GIT/src/entry.js
[copy-webpack-plugin] determined that 'C:/Users/hardk/Desktop/GIT/src/entry.js' should write to 'D:/test/entry.js'
[copy-webpack-plugin] reading C:\Users\hardk\Desktop\GIT\src\entry.js to write to assets
[copy-webpack-plugin] added 993fa16772f2e4d03a6ff7f21b0ca18f to written tracking for 'C:\Users\hardk\Desktop\GIT\src\entry.js'
[copy-webpack-plugin] writing 'D:/test/entry.js' to compilation assets from 'C:\Users\hardk\Desktop\GIT\src\entry.js'
[copy-webpack-plugin] finishing emit                                                              95% emitting
@michael-ciniawsky
Copy link
Member

Maybe related to #119

@michael-ciniawsky michael-ciniawsky changed the title Plugin copy files only to the local disk where webpack is running [Bug] Plugin copy files only to the local disk where webpack is running Oct 5, 2017
@alexander-akait
Copy link
Member

@kovart can you create minimum reproducible test repo?

@alexander-akait
Copy link
Member

Confirmed, but we can not do anything here 😞 , seems problem in https://github.com/paulmillr/chokidar which uses https://github.com/webpack/watchpack which uses webpack. Please create issue in chokidar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants