Commit afe8319
committed
fix(build): disable devtool to prevent source map conflict
@nextcloud/webpack-vue-config 6.0.1 → 6.3.2 (bumped in 8ea7ae2)
sets devtool: 'source-map', which conflicts with the explicit
SourceMapDevToolPlugin. webpack 5 treats duplicate asset output
as an error, breaking the build.
Signed-off-by: Kai Henseler <kai.henseler@strato.de>1 parent e74c379 commit afe8319
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| |||
0 commit comments