I've added support for the Monaco editor, however I reverted back to Ace because Monaco leader to larger build sizes, including the app.js shooting past 1MB in size.
I added methods createAceEditor() and createMonacoEditor() helper functions to create an editor with either of the provider. This will make it easier to switch to Monaco when I figure out how to optimise the build or when I otherwise decide to go ahead with it.
Addresses issue #34
I've added support for the Monaco editor, however I reverted back to Ace because Monaco leader to larger build sizes, including the
app.js
shooting past 1MB in size.I added methods
createAceEditor()
andcreateMonacoEditor()
helper functions to create an editor with either of the provider. This will make it easier to switch to Monaco when I figure out how to optimise the build or when I otherwise decide to go ahead with it.