react-webpack-generators / react-webpack-template

Simple react webpack template
MIT License
82 stars 43 forks source link

V2 -- Add static directory to build step #54

Closed sthzg closed 8 years ago

sthzg commented 8 years ago

Originates from: https://github.com/react-webpack-generators/generator-react-webpack/issues/270

Note: in further iterations the build step could be improved by https://github.com/react-webpack-generators/react-webpack-template/issues/49, which will allow us to build dynamic/configurable paths to the static/asset/... directories (e.g. when users build apps to be hosted on sub-directories, where src="/static/foo.jpg" would fail).

sthzg commented 8 years ago

Closed with #55