Yogesh Verma
Results
2
comments of
Yogesh Verma
``` alias: { '@codemirror/state': path.resolve( __dirname, './node_modules/@codemirror/state/dist/index.cjs' ), '@codemirror/lang-yaml': path.resolve( __dirname, ), '@codemirror/lang-json': path.resolve( __dirname, './node_modules/@codemirror/lang-json/dist/index.cjs' ) } ``` Basically, you need to force the CJS version of @codemirror/state and...
+1, would appreciate this PR's prioritization.