We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
描述你的问题(Describe the bug)
https://github.com/opensumi/core/blob/main/packages/monaco/src/browser/monaco.contribution.ts#L310
这里改动会让使用 ide-startup 模板的项目,本地 NODE_ENV=development 启动找不到 http://localhost:8082/assets/monaco/worker/editor.worker.bundle.js.
ide-startup
NODE_ENV=development
http://localhost:8082/assets/monaco/worker/editor.worker.bundle.js
只能通过 cp 文件临时解决,如下
mkdir -p dist/assets/monaco/worker && cp node_modules/@opensumi/ide-monaco/worker/editor.worker.bundle.js dist/assets/monaco/worker/editor.worker.bundle.js
复现路径(To Reproduce)
预期表现(Expected behavior)
环境信息(Environment)
The text was updated successfully, but these errors were encountered:
@Ricbet 看看,跟这个 PR 相关 #4273
Sorry, something went wrong.
Ricbet
Successfully merging a pull request may close this issue.
描述你的问题(Describe the bug)
https://github.com/opensumi/core/blob/main/packages/monaco/src/browser/monaco.contribution.ts#L310
这里改动会让使用
ide-startup
模板的项目,本地NODE_ENV=development
启动找不到http://localhost:8082/assets/monaco/worker/editor.worker.bundle.js
.只能通过 cp 文件临时解决,如下
mkdir -p dist/assets/monaco/worker && cp node_modules/@opensumi/ide-monaco/worker/editor.worker.bundle.js dist/assets/monaco/worker/editor.worker.bundle.js
复现路径(To Reproduce)
预期表现(Expected behavior)
环境信息(Environment)
The text was updated successfully, but these errors were encountered: