We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e6798 commit 788996fCopy full SHA for 788996f
rollup.config.ts
@@ -75,7 +75,9 @@ export default rollup.defineConfig({
75
nodeResolve({
76
extensions
77
}),
78
- commonjs(),
+ commonjs({
79
+ esmExternals: (id) => id.match(/^monaco-editor(\/.*)?/) != null // required for monaco-emacs with use import monaco-editor esm code from commonjs code
80
+ }),
81
babel({
82
extensions,
83
presets: [
0 commit comments