diff --git a/scripts/rollup/build.js b/scripts/rollup/build.js index 7890bd71cb..fcc2659fd0 100644 --- a/scripts/rollup/build.js +++ b/scripts/rollup/build.js @@ -397,7 +397,7 @@ function createBundle(bundle, bundleType) { const format = getFormat(bundleType); const packageName = Packaging.getPackageName(bundle.name); - console.log(`${chalk.bgYellow.black(' STARTING ')} ${logKey}`); + console.log(`${chalk.bgYellow.black(' BUILDING ')} ${logKey}`); return rollup({ entry: bundleType === FB_DEV || bundleType === FB_PROD ? bundle.fbEntry