mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
fix: Use proper webpack config for dev mode (#2061)
This was broken when improving the build times. The typechecker unfortunately missed it!
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user