Expose global monaco instance for firenvim plugin support (#1642)

This commit is contained in:
Slamet Kristanto 2023-01-16 06:09:51 +09:00 committed by GitHub
parent 92c0783f5d
commit b52710ca63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,6 +60,7 @@ module.exports = (env, options) => {
"css",
"javascript",
],
globalAPI: true,
}),
],
optimization: {