Getting this warning with the new version:
monaco-editor-webpack-plugin@1.8.2" has incorrect peer dependency "monaco-editor@^0.19.1".
Might want update the peerDependency range to include 0.20.x.
Should be noted that ^ acts differently before version 1.0.0, and does not catch new minors.
Getting this warning with the new version:
monaco-editor-webpack-plugin@1.8.2" has incorrect peer dependency "monaco-editor@^0.19.1".
Might want update the peerDependency range to include
0.20.x
. Should be noted that^
acts differently before version1.0.0
, and does not catch new minors.FYI @alexdima