suren-atoyan / monaco-react

Monaco Editor for React - use the monaco-editor in any React application without needing to use webpack (or rollup/parcel/etc) configuration files / plugins

Home Page:https://monaco-react.surenatoyan.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Encountered errors when use webpack as bundler

franckchen opened this issue · comments

I use webpack as bundler, but encountered errors when using components
image

My code is very simple

image

is works fine when i use vite as dev server. dont know why

@franckchen do you import something from monaco-editor package in another part of your app?