Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Apr 3, 2024
1 parent 047482c commit a47cac9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/client-react-streaming/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ const acModuleImports: Plugin = {
});
// handle "client component" boundary imports
build.onResolve({ filter: /\.cc\.js$/ }, async (args) => {
console.log(args, build.initialOptions.define["TSUP_FORMAT"]);
if (build.initialOptions.define["TSUP_FORMAT"] === '"cjs"') {
return {
path: args.path.replace(/\.cc\.js$/, ".cc.cjs"),
Expand Down

0 comments on commit a47cac9

Please sign in to comment.