checkBrowsers(paths.appPath, isInteractive)
  // First, read the current file sizes in build directory.
  // This lets us display how much they changed later.
  .then(() => measureFileSizesBeforeBuild(paths.appBuild))
  .then((previousFileSizes) => {