electron-bytenode-example
electron-bytenode-example copied to clipboard
A basic Hello World boilerplate using Webpack to convert Electron Javascript code to binary using Bytenode and the Bytenode Webpack Plugin
I gave it a try before I use your webpack plugin I modified nothing on the example just clone and package It's executed without a problem but after I packaged...
`package` works with `@electron-forge/plugin-webpack` at `^6.4.1`, but breaks with `^6.4.2` `6.4.2` changed how forge's webpack plugin decides targets
If you download this repo and run `npm i -f` you will get the following issue. This happens because `@vercel/webpack-asset-relocator-loader` version 1.7.4 is installed because package.json specifies `^1.7.3`. However, 1.7.4...