Next.js Discord

Discord Forum

`experimental.turbo` is deprecated. Move this setting to `config.turbopack`?

Unanswered
Fire ant posted this in #help-forum
Open in Discord
Fire antOP
Normally i use next dev --turbopack but now its deprecated on latest canary.
I was from 15.2.1 canary tried to update to latest canary, i put
turbopack: {
    resolveExtensions: [".mdx", ".tsx", ".ts", ".jsx", ".js", ".json"],
  },

on next config but next dev still not using turbopack
Installing fresh create next app is working while using --turbopack for next dev, how to fix this?

2 Replies

Fire antOP
it probably is one of your dependency, some dependencies like next-intl are injecting experimental.turbo config, you can just ignore it until they fix it