samrith-s / parcel-plugin-structurize

A plugin to customize the output (dist) directory structure during production.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory

IsaacHub opened this issue · comments

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.

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.

commented

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.

commented

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.