editor
editor copied to clipboard
Circular dependencies
I got always "Circular dependencies"
- rollup v2.77.0
- @mdxeditor/editor 1.8.1
(!) Circular dependencies
node_modules/@mdxeditor/editor/dist/plugins/core/index.js -> node_modules/@mdxeditor/editor/dist/plugins/core/SharedHistoryPlugin.js -> node_modules/@mdxeditor/editor/dist/plugins/core/index.js
node_modules/@mdxeditor/editor/dist/plugins/image/index.js -> node_modules/@mdxeditor/editor/dist/plugins/image/ImageNode.js -> node_modules/@mdxeditor/editor/dist/plugins/image/ImageEditor.js -> node_modules/@mdxeditor/editor/dist/plugins/image/index.js
node_modules/@mdxeditor/editor/dist/plugins/image/ImageNode.js -> node_modules/@mdxeditor/editor/dist/plugins/image/ImageEditor.js -> node_modules/@mdxeditor/editor/dist/plugins/image/ImageNode.js
...and 9 more
I'll need a way to reproduce that. Haven't seen it in any of the stacks. Can you publish the setup in a sample repo?
try this out https://codesandbox.io/p/sandbox/proud-brook-y7sc8f?file=%2Frollup.config.js%3A8%2C24
Thanks! This works, I think this can be solved, will look into it. Weird that the framework stacks don't complain.