mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00: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:
@ -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