electron-require icon indicating copy to clipboard operation
electron-require copied to clipboard

Simplified require in electron applications

Results 1 electron-require issues
Sort by recently updated
recently updated
newest added

Properties set inside `package.json` get ignored because the code tries to `require("package.json")` relative to the working directory of this project (as seen [here](https://github.com/brrd/electron-require/blob/master/index.js#L83)). This leads to loading of the wrong...

bug
need info