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:
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"externals": {}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user