Commit 2ed8c60
Correction of the webpack-merge configuration
After several attempts and my question on stackoverflow https://stackoverflow.com/questions/54350271/webpack-scaffold-webpackoptions-merge-not-work-why I found the problem in the file https://github.com/webpack /webpack-cli/blob/eb06af8c2994cd1fea8d2c687de16bbf2f10095a/packages/utils/modify-config-helper.ts merge will not be passed to the webpackOptions but stand alone, like topScope for example.1 parent 4df0000 commit 2ed8c60
1 file changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
| 63 | + | |
65 | 64 | | |
66 | 65 | | |
67 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
68 | 74 | | |
69 | 75 | | |
70 | 76 | | |
| |||
0 commit comments