-
Bug
-
Resolution: Done
-
Blocker
-
None
-
None
-
2
-
False
-
-
False
-
-
Bug Fix
-
Done
-
-
-
RHDH Dynamic Plugins 3266
Description of problem:
Reported on this slack thread.
When updating the techdocs-backend wrapper to the new CLI behavior (here) the following error occurs:
Error: Dynamic plugins do not support native plugins. the following native modules have been transitively detected: - cpu-features
and the package export-dynamic-plugin command fails.
Steps to Reproduce
Run yarn workspace backstage-plugin-techdocs-dynamic export-dynamic:clean on this PR
Actual results:
The error as mentioned above and the export fails.
Expected results:
Dynamic plugin export succeeds
Reproducibility (Always/Intermittent/Only Once):
Always