logs4js error in main process #1726
Labels
blocked/upstream
Issues blocked by upstream bugs
bug
plugin/webpack
Issues or pull requests related to first-party webpack plugins/templates
Preflight Checklist
Issue Details
Expected Behavior
I want to use log4js (https://github.com/log4js-node/log4js-node)
Actual Behavior
Creating a simple logger fails when starting electron, in extension https://github.com/MarshallOfSound/webpack-asset-relocator-loader
This extension is installed when following steps in https://www.electronforge.io/templates/typescript-+-webpack-template
To Reproduce
Additional Information
Error trace :
$ yarn start
This error is due to a catch statement without parameter in fs-extra extension :
MarshallOfSound extension cannot handle catch statements without parameters, but it's valid JS.
Reproduced on this repository : https://github.com/fragoulin/my-new-app
The text was updated successfully, but these errors were encountered: