Skip to content

Commit

Permalink
Revert "Add experimental warning note" (#41688)
Browse files Browse the repository at this point in the history
Reverts #41666

As discussed.
  • Loading branch information
timneutkens committed Oct 23, 2022
1 parent 2c8d295 commit 9c07993
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/next/build/webpack-config.ts
Expand Up @@ -595,11 +595,6 @@ export default async function getBaseWebpackConfig(
'You are using the experimental Node.js Runtime with `experimental.runtime`.'
)
}
if (config.experimental.appDir) {
Log.warn(
'You are using the experimental app directory with `experimental.appDir`, the API might change.'
)
}
}

const babelConfigFile = await BABEL_CONFIG_FILES.reduce(
Expand Down

0 comments on commit 9c07993

Please sign in to comment.