wallabyjs / console-ninja

Repository for Console Ninja questions and issues
https://console-ninja.com
Other
351 stars 15 forks source link

[Feature]: Enable Console Ninja for Turbo Repo. #315

Open xspaceboy opened 5 days ago

xspaceboy commented 5 days ago

Describe the feature you'd like.

Hello, Console Ninja Developer Team! You are making great vscode extension what I ever used. I used this extension for Angular, Next.js, React, Node.js and TypeScript projects, and works awesome for these frameworks. I am trying to use Console Ninja for Turbo Repo, but seems like it doesn't support yet.

mburnell commented 4 days ago

Thank you for the kind words! We're glad you're enjoying Console Ninja!

Console Ninja does not currently support Turbopack, which is used by default by Turborepo. If you're interested in details, please see https://github.com/wallabyjs/console-ninja/issues/136. However, if you're happy to use Turborepo with Webpack instead of Turbopack, Console Ninja will work for you. To use Webpack instead of Turbopack, you'll need to remove the --turbo flags from the relevant scripts in your package.json file(s). Once removed, the warning messages saying Console Ninja will not work (seen during Turborepo startup) should no longer appear, and Ninja should work correctly.