Next 15.3.0 : The config property `experimental.turbo` is deprecated
Unanswered
Orinoco Crocodile posted this in #help-forum
Orinoco CrocodileOP
Hello, I have this warning when using next dev :
Even though I dont have "turbopack" in my experimental next config. I just added it to my package.json after the "dev" script. And I'm using
The config property `experimental.turbo` is deprecated. Move this setting to `config.turbopack` as Turbopack is now stable.
Even though I dont have "turbopack" in my experimental next config. I just added it to my package.json after the "dev" script. And I'm using
"next": "^15.3.0",