Replies: 1 comment
-
This is a great question. As of right now, the codeeditor does require webpack for implementation. There is an issue open to update the implementation to use some newer dependencies and drop the webpack requirement: patternfly/patternfly-react#8578 definitely feel free to note your agreement in the open issue. As of right now, there is not a road map commitment to revisit the component. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are doing a new project and we would like to use
CodeEditor
in the project. The project is using Vite. From looking at the documentation, there is a peer dependency formonaco-editor-webpack-plugin
. Since Vite doesn't use webpack, can we still use this component?Beta Was this translation helpful? Give feedback.
All reactions