Files
create-react-app/packages/react-scripts
Thibault Derousseaux 8e127aaa38 Support relative asset paths for special case (#1489)
* Fix paths in CSS files when homepage is set to "./"

In the production build, ExtractTextPlugin is used to generate a separate CSS file instead of injecting style through JavaScript. This plugin does not work well by default with nested output structure. To fix it, we give it a relative publicPath pointing to the build folder.

* Add section in README to explain how to make builds deployable anywhere

* Apply review requested change

* Apply review changes 2
2017-02-10 00:44:00 -05:00
..
2016-09-19 10:52:19 +03:00
2017-01-24 23:39:42 +00:00
2016-09-23 13:00:11 +01:00

react-scripts

This package includes scripts and configuration used by Create React App.
Please refer to its documentation: