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
monaco-editor version: 0.15.0 Browser: N/A OS: macOS 10.12.6
Steps or JS usage snippet reproducing the issue: After upgrading to 0.15.0 I can't build (with parcel) because of a weird looking import path in node_modules/monaco-editor/esm/vs/language/json/monaco.contribution.js - it starts as follows:
import './....editoreditor.api.jsapi'; /* ... */
If I downgrade to 0.14.3 again it works. See the beginning of monaco.contribution.js in 0.14.3:
import '../../editor/editor.api.js';
Is this the result of a dodgy build?
The text was updated successfully, but these errors were encountered:
That is definitely broken. This was the first built I did on Windows in quite a while, I guess some of the build scripts are not working so well.
Sorry, something went wrong.
f137cce
Thanks for the speedy fix @alexandrudima!
alexdima
No branches or pull requests
monaco-editor version: 0.15.0
Browser: N/A
OS: macOS 10.12.6
Steps or JS usage snippet reproducing the issue:
After upgrading to 0.15.0 I can't build (with parcel) because of a weird looking import path in node_modules/monaco-editor/esm/vs/language/json/monaco.contribution.js - it starts as follows:
If I downgrade to 0.14.3 again it works. See the beginning of monaco.contribution.js in 0.14.3:
Is this the result of a dodgy build?
The text was updated successfully, but these errors were encountered: