The mentioned error is thrown when the production version of the library is bundled within the production version of vendor (dependencies) bundle of an application.
This is most likely an issue with the bundling process from the library's side. A good opportunity to refine it, if necessary, to ship a properly bundled production version.
Environment
What
Current behavior
The mentioned error is thrown when the production version of the library is bundled within the production version of
vendor
(dependencies) bundle of an application.Expected behavior
No errors.
Why