CodeMirror-minified
CodeMirror-minified copied to clipboard
How to include a mode using require?
Hello, I tried to use this package with codemirror to import some modes but I can't seem to make it work.
here's a codesandbox https://codesandbox.io/s/204qxk6ml0
I think there could be a closure issue in the mode, it's always returning a empty object {} instead of a function
Thanks
Does that work with the non-minified version of CodeMirror? IIRC the modes don't export anything so I'm not sure if requiring them as CommonJS modules ever worked.