Files
create-react-app/packages/react-scripts
Kanitkorn Sujautra 88c15d0988 Create asset filenames mapping on the build output (#891)
* Create asset filenames mapping on the build output

I use danethurber/webpack-manifest-plugin on Webpack production
configuration to create a file named `asset-manifest.json` which contain a
mapping of all asset filenames to their corresponding output file.

`asset-manifest.json` will be located at the root of output folder.

This'll resolve #600

* Add an explanation for ManifestPlugin

* Make webpack-manifest-plugin's version exact
2016-10-11 15:19:52 +01:00
..
2016-09-19 10:52:19 +03:00
2016-10-04 22:54:35 +01:00
2016-10-11 12:38:12 +01: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: