-
-
Notifications
You must be signed in to change notification settings - Fork 127
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
Outdated webpack plugin usage? #12
Comments
See rethinkdb/rethinkdb-desktop#44 @DMXL say's that monaco-editor-webpack-plugin requires |
@ramiy My references of the plugin version were messed up in that reply (corrected now). Yet you still manage to get what I actually meant somehow. Masterful and patient I'd say. |
The issue is fixed with newer packages. I've upgraded to |
As @ramiy said, it should be resolved by the latest version of |
The webpack plugin usage seems outdated - I guess you're supposed to do it something like this now?
Which didn't go well with
npm run serve
So, I tried
npm i -S monaco-editor
, but that gave new interesting errors.. because it's probably a too new version.Eventually I uninstalled both the monaco-editor and monaco-editor-webpack-plugin packages that were @ latest and did the ones in the package.json of the vue-monaco project, and then it seems to work better..
i.e.
npm i -S [email protected] [email protected]
Maybe some updating is in order here to clarify and correct this?
Which version of monaco-editor and/or the webpack plugin needs to be installed?
The text was updated successfully, but these errors were encountered: