Skip to content

Commit d97315e

Browse files
committed
🏗️ (rollup) remove unnecessary import in rollup config
1 parent df5df27 commit d97315e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const outputConfigs = {
5858

5959
const createConfig = (format, output, plugins = []) => {
6060
if (!output) {
61-
console.log(require("chalk").yellow(`invalid format: "${format}"`))
61+
console.log(`invalid format: "${format}"`)
6262
process.exit(1)
6363
}
6464

0 commit comments

Comments
 (0)