- 02 Aug, 2017 1 commit
-
-
iamdoron authored
* 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
-
- 28 Jun, 2017 1 commit
-
-
Dan Abramov authored
-
- 29 May, 2017 1 commit
-
-
Frédéric Miserey authored
* Fix detection of parent directory * Correct parent directory detection fix Add windows specific path and extend to issuer path
-
- 17 May, 2017 1 commit
-
-
Joe Haddad authored
* Add module scope plugin * Oops * Add comments * Check windows seps too * More descriptive error * Document it
-