markdalgleish / react-to-html-webpack-plugin

Webpack plugin that renders React components to HTML files
MIT License
168 stars 14 forks source link

Doesn't seem to work on Windows #11

Open soluml opened 8 years ago

soluml commented 8 years ago

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).

Any ideas why the path's might be messed up?