-
|
Is it possible to |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
|
I think it's not possible because current browser esm cannot import css. |
Beta Was this translation helpful? Give feedback.
-
|
I think, I should be able to work around CSS issue. I was more concerned about having to include npm (or other) dependencies. I am currently using CodeMirror 5 in my Firefox extension which can be used directly, but CodeMIrror 6 needs to be compiled to use. I use VS Code for my own programming and was hoping to use it in my Firefox extension as well. I would only need JavaScript & CSS processing for the editor. |
Beta Was this translation helpful? Give feedback.
I think it's not possible because current browser esm cannot import css.
If import attributes landed in browsers and monaco-editor load css with import attributes, you will be able to use monaco-editor without bundling tools.