From 81a9f1ee0ac3c42931e20cd51470fe1f4c17c9be Mon Sep 17 00:00:00 2001 From: ev1stensberg Date: Sat, 24 Feb 2018 21:40:48 +0100 Subject: [PATCH] chore(deps): bump uglify dep and cli version --- bin/prepareOptions.js | 6 +++--- docs/AddGenerator.html | 2 +- docs/InitGenerator.html | 2 +- docs/LoaderGenerator.html | 2 +- docs/PluginGenerator.html | 2 +- docs/commands_add.js.html | 2 +- docs/commands_init.js.html | 2 +- docs/commands_make.js.html | 2 +- docs/commands_migrate.js.html | 11 +++++------ docs/commands_remove.js.html | 2 +- docs/commands_serve.js.html | 2 +- docs/commands_update.js.html | 2 +- docs/generate-loader_index.js.html | 2 +- docs/generate-plugin_index.js.html | 2 +- docs/generators_add-generator.js.html | 2 +- docs/generators_init-generator.js.html | 2 +- docs/generators_loader-generator.js.html | 2 +- docs/generators_plugin-generator.js.html | 2 +- docs/generators_utils_entry.js.html | 2 +- docs/generators_utils_module.js.html | 2 +- docs/generators_utils_plugins.js.html | 2 +- docs/generators_utils_tooltip.js.html | 2 +- docs/generators_utils_validate.js.html | 2 +- docs/generators_webpack-generator.js.html | 2 +- docs/global.html | 2 +- docs/index.html | 2 +- docs/index.js.html | 2 +- docs/init_index.js.html | 2 +- docs/init_transformations_context_context.js.html | 2 +- ...init_transformations_devServer_devServer.js.html | 2 +- docs/init_transformations_devtool_devtool.js.html | 2 +- docs/init_transformations_entry_entry.js.html | 2 +- ...init_transformations_externals_externals.js.html | 2 +- docs/init_transformations_index.js.html | 2 +- docs/init_transformations_mode_mode.js.html | 2 +- docs/init_transformations_module_module.js.html | 2 +- docs/init_transformations_node_node.js.html | 2 +- docs/init_transformations_other_amd.js.html | 2 +- docs/init_transformations_other_bail.js.html | 2 +- docs/init_transformations_other_cache.js.html | 2 +- docs/init_transformations_other_merge.js.html | 2 +- docs/init_transformations_other_parallelism.js.html | 2 +- docs/init_transformations_other_profile.js.html | 2 +- ...t_transformations_other_recordsInputPath.js.html | 2 +- ..._transformations_other_recordsOutputPath.js.html | 2 +- docs/init_transformations_other_recordsPath.js.html | 2 +- docs/init_transformations_output_output.js.html | 2 +- ..._transformations_performance_performance.js.html | 2 +- docs/init_transformations_plugins_plugins.js.html | 2 +- ...nsformations_resolveLoader_resolveLoader.js.html | 2 +- docs/init_transformations_resolve_resolve.js.html | 2 +- docs/init_transformations_stats_stats.js.html | 2 +- docs/init_transformations_target_target.js.html | 2 +- ...init_transformations_top-scope_top-scope.js.html | 2 +- docs/init_transformations_watch_watch.js.html | 2 +- .../init_transformations_watch_watchOptions.js.html | 2 +- docs/migrate_bannerPlugin_bannerPlugin.js.html | 2 +- ...rate_extractTextPlugin_extractTextPlugin.js.html | 2 +- docs/migrate_index.js.html | 2 +- ..._loaderOptionsPlugin_loaderOptionsPlugin.js.html | 2 +- docs/migrate_loaders_loaders.js.html | 2 +- docs/migrate_outputPath_outputPath.js.html | 2 +- ...eprecatedPlugins_removeDeprecatedPlugins.js.html | 2 +- ...igrate_removeJsonLoader_removeJsonLoader.js.html | 2 +- docs/migrate_resolve_resolve.js.html | 2 +- docs/migrate_uglifyJsPlugin_uglifyJsPlugin.js.html | 2 +- docs/utils_ast-utils.js.html | 2 +- docs/utils_copy-utils.js.html | 2 +- docs/utils_defineTest.js.html | 2 +- docs/utils_hashtable.js.html | 2 +- docs/utils_modify-config-helper.js.html | 2 +- docs/utils_npm-exists.js.html | 2 +- docs/utils_npm-packages-exists.js.html | 2 +- docs/utils_package-manager.js.html | 2 +- docs/utils_prop-types.js.html | 2 +- docs/utils_resolve-packages.js.html | 2 +- docs/utils_run-prettier.js.html | 2 +- package.json | 3 ++- yarn.lock | 13 +++++++++++++ 79 files changed, 98 insertions(+), 85 deletions(-) diff --git a/bin/prepareOptions.js b/bin/prepareOptions.js index ed5cf912961..09befb82bbb 100644 --- a/bin/prepareOptions.js +++ b/bin/prepareOptions.js @@ -4,9 +4,9 @@ module.exports = function prepareOptions(options, argv) { argv = argv || {}; options = handleExport(options); - return Array.isArray(options) ? - options.map(_options => handleFunction(_options, argv)) : - handleFunction(options, argv); + return Array.isArray(options) + ? options.map(_options => handleFunction(_options, argv)) + : handleFunction(options, argv); }; function handleExport(options) { diff --git a/docs/AddGenerator.html b/docs/AddGenerator.html index 2aff13a178b..bfd1f8c3f46 100644 --- a/docs/AddGenerator.html +++ b/docs/AddGenerator.html @@ -192,7 +192,7 @@

Home

Classes