We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda0afd commit 048d89cCopy full SHA for 048d89c
packages/next/build/webpack-config.ts
@@ -1608,6 +1608,9 @@ export default async function getBaseWebpackConfig(
1608
concurrentFeatures: config.experimental.concurrentFeatures,
1609
swcMinify: config.swcMinify,
1610
swcLoader: useSWCLoader,
1611
+ removeConsole: config.experimental.removeConsole,
1612
+ reactRemoveProperties: config.experimental.reactRemoveProperties,
1613
+ styledComponents: config.experimental.styledComponents,
1614
})
1615
1616
const cache: any = {
0 commit comments