I am using
@monaco-editor/react
monaco-editor
packages. But when I try to use the license plugin I am seeing the error:
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.
I am using
@monaco-editor/reactmonaco-editorpackages. But when I try to use the license plugin I am seeing the error:
ERROR in Conflict: Multiple assets emit different content to the same filename ../../../licenses/web-licenses.txtI have printed the package name inside
excludedPackageTestand realized both modules have the same package namemonaco-editorand their license files are different so we are seeing this issue.