wallabyjs / console-ninja

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

[Feature]: Enable console.ninja for Next.js Turbo Application #308

Closed xspaceboy closed 5 months ago

xspaceboy commented 5 months ago

Describe the feature you'd like.

I tried to use the console ninja vscode extension for Next.js turbo repo, and seems like console ninja doesn't support it yet. Please provide a solution to use this extension for Turborepo based on Next.js

mburnell commented 5 months ago

While Console Ninja doesn't currently support Turbopack (see https://github.com/wallabyjs/console-ninja/issues/136 for more details), we've been able to get it running in Turborepo using Webpack (by removing the --turbo from the relevant locations in the package.json files). Does this work for you?

smcenlly commented 5 months ago

Closing this issue - assuming that our suggestion solved your problem.