metabrowse
metabrowse copied to clipboard
[WIP] Load monaco using the webpack plugin
trafficstars
The resulting code is not currently minified so the generated site is much larger. That should be fixed with the Webpack 4 upgrade in #105 .
#105 has now been merged so this needs a rebase. What would be the implications of loading monaco with the webpack plugin?
The plugin allows to only include the parts of the editor that is needed for this project, so ideally it will reduce the size.
This is currently blocked by https://github.com/Microsoft/monaco-editor-webpack-plugin/issues/26 which was fixed in 1.5.0 and requires Monaco Editor version 1.4.x.