Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error Maximum call stack size exceeded runtime-core.esm-bundler.js #155

Closed
bokeer opened this issue Jan 16, 2021 · 0 comments
Closed

error Maximum call stack size exceeded runtime-core.esm-bundler.js #155

bokeer opened this issue Jan 16, 2021 · 0 comments

Comments

@bokeer
Copy link

bokeer commented Jan 16, 2021

setup a new vue3 project with vue-cli

monaco-editor-webpack-plugin@1.9.1
vue-monaco@1.2.2

in vue.config.js

const MonacoEditorPlugin = require('monaco-editor-webpack-plugin')
module.exports = {
    chainWebpack: config => {
        config.plugin('monaco-editor').use(MonacoEditorPlugin , [
          {
            // Languages are loaded on demand at runtime
            languages: ['json', 'javascript', 'html']
          }
        ])
    }
}

then follow the usage , when yarn serve , console throw the error

@bokeer bokeer closed this as completed Jan 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant