-
Notifications
You must be signed in to change notification settings - Fork 416
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
Support for multi-compiler [Webpack 2] #124
Comments
This is related to #120 . If we'd support optimal individual packaging with separate tree-shaking and optimization per lambda function, multi-compiler support is a must. So this will be handled as an implementation step there, with the first approach being automatic configuration as soon as you enable individual packaging. |
I've prepared the plugin's infrastructure to support manual multi-compile scenarios with a subsequent implementation in #177 . As soon as we're on v3, we can take care of this. |
@logicalicy Is this still an issue? With all the improvements done in V3, especially the |
I'll close this now as there were no responses for a long time. Feel free to revive the discussion if needed. |
Hey there, I just ran across this issue. I have a serverless project with multiple server-side bundles (lambdas) but now I need to put together a client-side bundle. Without support for multiple configs (i.e. one "node" and one "web"), how am I supposed to do this? |
Perhaps one for the future –
To create separate output filename patterns, using separate configs with Webpack's multi-compiler comes in handy.
When attempting to use this Webpack feature, we see:
While only single configs are supported currently, I thought to add here to track possible future support for multiple configs.
The text was updated successfully, but these errors were encountered: