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
{{ message }}
This repository was archived by the owner on Apr 13, 2025. It is now read-only.
Starting with #312 monaco is included in the javascript bundles that are generated by webpack and does not get loaded out of the `node_modules` directory anymore. This means we can move it to `devDepencencies` as it is only needed during build time and save about 80 MiB of space in a production install, reducing its size (with all services installed) from 328 MiB to 248 MiB.
0 commit comments