diff --git a/site/webpack.dev.ts b/site/webpack.dev.ts index c51658e8e670d..1e3b80f2de873 100644 --- a/site/webpack.dev.ts +++ b/site/webpack.dev.ts @@ -14,7 +14,7 @@ const commonPlugins = commonWebpackConfig.plugins || [] const commonRules = commonWebpackConfig.module?.rules || [] const config: Configuration = { - ...createCommonWebpackConfig, + ...commonWebpackConfig, // devtool controls how source maps are generated. In development, we want // more details (less optimized) for more readability and an easier time