react-webpack-generators / generator-react-webpack

Yeoman generator for ReactJS and Webpack
http://newtriks.com/2013/12/31/automating-react-with-yeoman-and-grunt/
MIT License
2.88k stars 355 forks source link

Static files #338

Open linx8 opened 7 years ago

linx8 commented 7 years ago

Where to put static files? I can't seem to figure out where to put static files in the folder structure. I have a php mail script which I'm trying to fetch, but it doesn't seem to be accessible in dev environment, and it doesnt copy to dist either. I've tried /static and /src/static.

Thanks!