I'm unable to get any configuration working on my Windows box (whereas an identical setup works fine on my Mac).
It doesn't seem to matter if I specify the entry name new ReactToHtmlPlugin('../index.html', 'home', reactHtmlObj), or output file path new ReactToHtmlPlugin('../index.html', 'output/home_index.js', reactHtmlObj),, I always get an Error: Output file not found: "home" (or home_index.js).
I'm unable to get any configuration working on my Windows box (whereas an identical setup works fine on my Mac).
It doesn't seem to matter if I specify the entry name
new ReactToHtmlPlugin('../index.html', 'home', reactHtmlObj),
or output file pathnew ReactToHtmlPlugin('../index.html', 'output/home_index.js', reactHtmlObj),
, I always get anError: Output file not found: "home"
(or home_index.js).Any ideas why the path's might be messed up?