Skip to content

Instantly share code, notes, and snippets.

@robin-hartmann
robin-hartmann / bundler.js
Last active August 4, 2025 14:46
npm workspaces support for electron-forge
// based on https://github.com/electron-userland/electron-forge/issues/2306#issuecomment-1034882039
'use strict';
/**
* @typedef {{
* new (options: { path: string }): {
* loadActual(): Promise<Node>
* }
* }} Arborist
*/