Files
create-react-app/packages/react-scripts
iamdoron 9b7901241f Allow importing package.json (#2468)
* Allow importing package.json

* Remove package.json import from App.js template

* fix importing package.json

* Rename variable to reflect path is relative to root

* Check for both package & package.json in ModuleScopePlugin

* Use regex to check relative path to package.json

* Strictly enforce package.json extension on scope plugin

* Add allowedPaths to ModuleScopePlugin ctor and use it to allow app package.json

* Remove package.json import from App.js template

* Add package.json to react-scripts/template, show package version and name in the template

* Remove import package.json from template

* Remove template/package.json and its references in code

* Update ModuleScopePlugin.js

* Update README.md
2017-09-09 22:25:57 +02:00
..
2017-09-09 22:25:56 +02:00
2017-09-09 22:25:57 +02:00
2017-09-09 22:25:57 +02:00
2017-09-09 22:25:55 +02:00

react-scripts

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