samrith-s / parcel-plugin-structurize

A plugin to customize the output (dist) directory structure during production.
MIT License
41 stars 6 forks source link

UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory #20

Closed IsaacHub closed 4 years ago

IsaacHub commented 4 years ago

While building I got the following warning:

(node:6268) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open 'D:\projects\_draft\boilerplate-par
cel-master\dist\style.8f0dceae.css'

The file style.8f0dceae.css has been moved to dist/css/ by this plugin and at the same time it's looking for the same file in dist/ folder, and it says it's missing.

samrith-s commented 4 years ago

Can you provide a reproducible repository? AFAIK, this plugin is the last thing that should run. The error you are getting might be due to another plugin running after this.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.