eclipse-theia / generator-theia-extension

A Yeoman generator for extensions to the Theia IDE
Other
53 stars 40 forks source link

Fix Tree Editor Webpack 5 Polyfills #107

Closed lucas-koehler closed 3 years ago

lucas-koehler commented 3 years ago

The existing solution built fine but hang during runtime due to a missing process polyfill. This uses a universal node polyfill for Webpack 5 to avoid such issues.

Signed-off-by: Lucas Koehler lkoehler@eclipsesource.com