Packages with similar names cause `Multiple assets emit different content to the same filename` error.
I am using
- `@monaco-editor/react`
- `monaco-editor`
packages. But when I try to use the license plugin I am seeing the error:
```sh
ERROR in Conflict: Multiple assets emit different content to the same filename ../../../licenses/web-licenses.txt
```
I have printed the package name inside `excludedPackageTest` and realized both modules have the same package name `monaco-editor` and their license files are different so we are seeing this issue.
1 条评论