Skip to content

Commit

Permalink
fix: update Telefunc's Next.js log
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Dec 11, 2023
1 parent 1c75847 commit ee07acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telefunc/node/next/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import pc from 'picocolors'
function telefuncPlugin(nextConfig: NextConfig = {}) {
return Object.assign({}, nextConfig, {
webpack: (config, options) => {
install(config, `${pc.cyan('info')} -`)
install(config, `${pc.green(pc.bold(' ✓'))}`)
if (typeof nextConfig.webpack === 'function') {
return nextConfig.webpack(config, options)
}
Expand Down

0 comments on commit ee07acb

Please sign in to comment.