Skip to content

Commit

Permalink
fix: clean up compile message
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Jul 19, 2020
1 parent ce16639 commit 4401d09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/webpack-compile/src/utilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,8 @@ export const runCompiler = (

const { store } = require('@component-controls/loader/store');
console.log(
chalk.bgRgb(244, 147, 66)('@bundle generated: '),
chalk.bgRgb(244, 147, 66)(`compiled ${store.stores.length} documents`),
require.resolve('@component-controls/loader/store'),
chalk.bgRgb(244, 147, 66)(`${store.stores.length} documents compiled`),
);
resolve({ store, stats });
});
Expand Down

0 comments on commit 4401d09

Please sign in to comment.