69ed7ae3e8
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>
4 lines
22 B
Plaintext
4 lines
22 B
Plaintext
{
|
|
"externals": {}
|
|
}
|