Replies: 2 comments
-
Hello @cgnl, could you please try running with also, could you please share any simple example repository so we can reproduce this error? |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply @aryan-rajoria. When I make a usage slice with Atom, the usage is found. Is it possible to use Atom instead of Babel to decide if dependencies are used? I will try to make a simple example repository.. |
Beta Was this translation helpful? Give feedback.
-
We are using cdxgen with --required-only but this seems to ignore the dependency 'body-parser', while this is not an optional dependency and not a dev dependency.
Please help me to understand why --required-only results in ignoring this dependency. A code search also confirms that the dependency is being used in our project.
The package.json is as follows:
package.json
Beta Was this translation helpful? Give feedback.
All reactions