mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Updated label in build-script (#9871)
Changed from "STARTING" to "BUILDING"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user