fix: bundle node-forge to prevent frontend loading error

The Headlamp plugin build system was externalizing node-forge because it
was in dependencies. Since Headlamp doesn't provide node-forge as a shared
library, the plugin would fail to load in the browser.

Solution: Add .pluginrc with empty externals to force bundling all dependencies.

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
This commit is contained in:
2026-02-12 15:58:38 -05:00
parent 9ee113e583
commit 69ed7ae3e8
+3
View File
@@ -0,0 +1,3 @@
{
"externals": {}
}