Skip to content

Commit b05439f

Browse files
authored
Merge pull request #25 from botonddombi/botonddombi/remove-bold-fn-calls
fix: remove node-logger chalk bold fn calls
2 parents e4cb64a + bdc79d7 commit b05439f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/webpackFinal.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ export function webpackFinal(
1313
{ rules, plugins }: AddonStylingOptions = {}
1414
) {
1515
logger.info(
16-
`=> [${colors.pink.bold(
16+
`=> [${colors.pink(
1717
"@storybook/addon-styling-webpack"
1818
)}] Applying custom Storybook webpack configuration styling.`
1919
);
2020
if (plugins && plugins.length) {
2121
logger.info(
22-
`=> [${colors.pink.bold(
22+
`=> [${colors.pink(
2323
"@storybook/addon-styling-webpack"
2424
)}] Adding given plugins to Storybook webpack configuration.`
2525
);
@@ -29,7 +29,7 @@ export function webpackFinal(
2929

3030
if (rules && rules.length) {
3131
logger.info(
32-
`=> [${colors.pink.bold(
32+
`=> [${colors.pink(
3333
"@storybook/addon-styling-webpack"
3434
)}] Replacing Storybook's webpack rules for styles with given rules.`
3535
);

0 commit comments

Comments
 (0)