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

Windows 10 Build

Askerx9 opened this issue · comments

Hello,

When I run "parcel build ./src/**/*.html" and parcel-plugin-structize is configured, it also rewrites my HTML files in the src folder but only on Windows 10, not on Mac or Linux.

Do you already have the problem? Do you have a solution?

Thank you for reading me and for your time :)

Hey Askerx,

That's very weird. No, it doesn't happen to me. Can you provide me with your setup?

The plugin relies on the files provided by Parcel bundler, which we get here: https://github.com/samrith-s/parcel-plugin-structurize/blob/master/src/index.js#L36

If it is so, then I think it should be an issue filed with Parcel. Can you also try specifying a single HTML entry file, and not a glob?

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.