-
Notifications
You must be signed in to change notification settings - Fork 155
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
Improvements to webpack #452
Comments
I once tried to bundle all the server sources with webpack. But it was very tricky with the express package (and some other I cannot remember the name now) being included. I think once we get rid of the express package (as mentioned in #451) and replace with webview.postMessege, bundling it should work very smooth. As a side note: |
We can add a GitHub action to ensure bundle size doesnt increase by more than 20% of previous known (hardcoded) size. |
If interested you can have a look at the python extension for VSCode. I added webpage to that, and things are great (both extension and react bundles). We are shipping koa today in that extension, I prefer koa over express. |
The text was updated successfully, but these errors were encountered: