From cca4e911787dde27f7f54ca1df21e451d9fb6613 Mon Sep 17 00:00:00 2001 From: Flarnie Marchan Date: Mon, 5 Jun 2017 16:10:22 -0700 Subject: [PATCH] Remove JSDoc comments **what is the change?:** removing some comments **why make this change?:** The code is basically self explanatory and these comments could get out of sync. **test plan:** Visual inspection, `yarn build` and `yarn test` **issue:** https://github.com/facebook/react/issues/9398 --- scripts/rollup/build.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/scripts/rollup/build.js b/scripts/rollup/build.js index 490e6a4fad66..7890bd71cb99 100644 --- a/scripts/rollup/build.js +++ b/scripts/rollup/build.js @@ -194,15 +194,6 @@ function getFilename(name, hasteName, bundleType) { } } -/** - * @param configs { - * mangle, - * manglePropertiesOnProd, - * preserveVersionHeader, - * removeComments, - * headerSanityCheck, - * } - */ function uglifyConfig(configs) { var mangle = configs.mangle; var manglePropertiesOnProd = configs.manglePropertiesOnProd;