You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vanilla ace manages loading in syntax modes on demand whenever they're set, without having to specify them all up front. Our editor has a drop down to choose syntax from all the available modes and we don't want to include all the modes in our webpack bundle.
Is there a way to do this that doesn't involve something like this?
Thanks, I've tried at various points to get webpack dynamic import working but I can't get my head around it alongside our existing CommonsChunkPlugin setup. I switched back to using vanilla ace outside webpack.
Vanilla ace manages loading in syntax modes on demand whenever they're set, without having to specify them all up front. Our editor has a drop down to choose syntax from all the available modes and we don't want to include all the modes in our webpack bundle.
Is there a way to do this that doesn't involve something like this?
The text was updated successfully, but these errors were encountered: