-
Notifications
You must be signed in to change notification settings - Fork 294
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
Allow to customize webpack plugins #549
Comments
@vitramir we use elastic apm with out bundle using this command
also, you will probably need to add other env variables to configure the apm client |
This would be a great feature! I'm happy to submit a PR for this! |
Any update on this? agreed, this will be a great feature if it can make In our case, we are using Datadog(which under the hood use require-in-the-middle to auto-instrument varies packages), as of now, we have to give up on ncc bundling to benefit from the auto instrumentation, which is sadly a tradeoff |
There is no plan to expose webpack internals/plugins because that would make it near impossible to migrate from webpack to the successor, turbopack. See https://turbo.build/pack
Correct. I suggest forking this repo if you want to configure webpack. |
I am trying to get Elastic APM (elastic/apm-agent-nodejs) to work with ncc.
At this point the only solution I have found is the webpack plugin. Here is the thread regarding this issue.
Is it acceptable to add the ability to add custom webpack plugins? It violates the
Zero configuration
principe, but it may be acceptable to configure it when using a module, not CLI.I can make PR for this feature
The text was updated successfully, but these errors were encountered: