Skip to content

Commit

Permalink
Consolidate build process with GCC (facebook#11483)
Browse files Browse the repository at this point in the history
* Consolidate build process with GCC

* Record sizes

* Refactor header and footer wrapping

It is easier to understand if we just explicitly type them out.
  • Loading branch information
gaearon authored and Ethan-Arrowood committed Dec 8, 2017
1 parent 5073a3a commit c30c056
Show file tree
Hide file tree
Showing 7 changed files with 452 additions and 456 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-inject": "^2.0.0",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-prettier": "^0.3.0",
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-uglify": "^1.0.1",
"rollup-plugin-strip-banner": "^0.2.0",
"run-sequence": "^1.1.4",
"through2": "^2.0.0",
"tmp": "~0.0.28",
"typescript": "~1.8.10",
"uglify-js": "^2.5.0",
"yargs": "^6.3.0"
},
"devEngines": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/circleci/check_modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
# Make sure we don't introduce accidental @providesModule annotations.
EXPECTED='packages/react-cs-renderer/src/ReactNativeCSTypes.js
packages/react-native-renderer/src/ReactNativeTypes.js
scripts/rollup/header.js'
scripts/rollup/wrappers.js'
ACTUAL=$(git grep -l @providesModule -- './*.js' ':!scripts/rollup/shims/*.js')

if [ "$EXPECTED" != "$ACTUAL" ]; then
Expand Down
Loading

0 comments on commit c30c056

Please sign in to comment.