This is my first time ever opening an issue, so I hope I am doing this correctly and providing enough feedback 👍
Question
I followed the usage instructions as provided. But the folders I outlined in parcel-plugin-structurize.json are not being moved/copied over on npm run build command.
This is my first time ever opening an issue, so I hope I am doing this correctly and providing enough feedback 👍
Question
I followed the usage instructions as provided. But the folders I outlined in
parcel-plugin-structurize.json
are not being moved/copied over onnpm run build
command.My Version Information:
This is what my structure looks like https://i.imgur.com/oktrIjF.png
The expectation was/is that your plugin maintains the same structure after running the
npm run build
command. This is what it looks like:After running
npm run build
, this is the resulting output https://i.imgur.com/q3GTLEk.pngAm I doing something wrong?