From 8367d90e7c3fba2e336fc67d098b402646ed0442 Mon Sep 17 00:00:00 2001 From: kylecarbs Date: Sun, 5 Jun 2022 18:01:22 +0000 Subject: [PATCH] fix: Use proper webpack config for dev mode This was broken when improving the build times. The typechecker unfortunately missed it! --- site/webpack.dev.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy