microsoft / monaco-editor-webpack-plugin

Moved to https://github.com/microsoft/monaco-editor
483 stars 99 forks source link

Use compiler.webpack if available #147

Closed k15a closed 3 years ago

k15a commented 3 years ago

This will use compiler.webpack if it is available. Otherwise, it will fall back to require webpack lazily. This will make the plugin compatible with NextJS 10.

Closes https://github.com/microsoft/monaco-editor-webpack-plugin/issues/141

ghost commented 3 years ago

CLA assistant check
All CLA requirements met.

alexdima commented 3 years ago

Thank you, looks great!