Dimox
Dimox
Same problem on Windows 11. There is no HTML files in 'public' folder after `npm run build`, just assets.
1. Copy [this example](https://github.com/vituum/vituum/tree/main/examples/posthtml) to a new project. 2. Run `npm i`. 3. Run `npm run build`. 4. As result 'public' folder does not contain any html files. https://user-images.githubusercontent.com/2348058/207274181-85f131f5-c452-4f96-bcb5-12a2ae344b56.mp4 If...
@lubomirblazekcz thank you so much! Now it works as expected.