Conversation
f94c2aa to
caeda9b
Compare
4a337e8 to
e39b49c
Compare
|
I had an issue where the test worked fine when running Without this line, rechoir fails to load Also, when running the |
| "package": "electron-forge package" | ||
| }, | ||
| "dependencies": { | ||
| "@electron-forge/plugin-fuses": "file:./../../../../fuses", |
There was a problem hiding this comment.
Not sure if there's a better way to test unreleased plugins
| }, | ||
| "dependencies": { | ||
| "@electron-forge/plugin-fuses": "file:./../../../../fuses", | ||
| "@electron-forge/shared-types": "6.0.4", |
There was a problem hiding this comment.
ESLint throws a node/no-unpublished-import at me when importing some packages if they're under devDependencies, so I figured moving them to dependencies would be better than adding a bunch of es-ignore comments since it's a mock app anyway
f165145 to
3e3d322
Compare
3e3d322 to
929432e
Compare
Summarize your changes:
Plugin for Fuses.
Closes #3076.