Modularise scripts (#1433)

* Refactor start script into modules

* Move dev server config into config file

* Replace eject file whitelist with a "remove-file-on-eject" flag

* Move utils into scripts folder (for inclusion in ejection)

* Add missed changes

* Pass showInstructions as an argument

* Fix eject bug

* Don't eject babelTransform
This commit is contained in:
Daniel Grant
2017-03-04 03:05:07 +00:00
committed by Joe Haddad
parent 59cab8f590
commit b88d6655eb
9 changed files with 304 additions and 275 deletions

View File

@@ -1,3 +1,4 @@
// @remove-file-on-eject
/**
* Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.