Commit 94ac572
build: add webpack-merge ^5 to discussion and problem assets
These webpack configs use const { merge } = require('webpack-merge')
which is webpack-merge v5 API. However webpack-merge was only present
as a transitive dep at v4 (pulled in by karma-webpack ^0.13), causing
TypeError: merge is not a function at build time.
Adding it as a direct devDependency at ^5 causes npm to install v5
under each workspace's node_modules, matching what the configs require.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 96a7cd1 commit 94ac572
3 files changed
Lines changed: 36 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
0 commit comments