-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Bundle Theia backend #12391
Comments
Related: #4541 |
For anyone interested: There is a WIP PR by @paul-marechal for Theia Blueprint which includes bundling the backend with Webpack. |
Just a few remarks on the implemented changes from #12412:
|
Hi, I was trying to integrate these changes in Theia Blueprint and struggled. So basically what I did is to replace On ubuntu running
On windows running
Am I doing something wrong or is there an issue with the current release? |
@jfaltermeier Weird, I'll take a look at it over at eclipse-theia/theia-ide#275. We've already successfully integrated the feature in one of our projects (Electron+Browser, Windows+Ubuntu+Mac), so I'm fairly certain it works as expected. |
@msujew Hello,do you have a configuration for not bundling the backend? After upgrading to the latest version, my application is not running properly. |
@zhaomenghuan You can just remove the |
Feature Description:
Even though node.js is able to run the Theia backend as it is (fragmented across
node_modules
) perfectly fine, it would be worth looking into bundling the backend. This has a few benefits for devs/users:The text was updated successfully, but these errors were encountered: