how to use CodeMirror6 in a React project using CommonJS

CodeMirror6 is ESM, so it only supports ‘import’

That is simply not true. It also comes with CommonJS files.

1 Like