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
https://monaco-react.surenatoyan.com/
MIT License
3.81k stars 268 forks source link

Encountered errors when use webpack as bundler #614

Open franckchen opened 7 months ago

franckchen commented 7 months ago

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

suren-atoyan commented 7 months ago

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